We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecee277 commit 49eda63Copy full SHA for 49eda63
2 files changed
README.md
@@ -171,7 +171,3 @@ secret_convert:
171
reports:
172
junit: gl-secret-detection-report.xml
173
```
174
-
175
-## Future Plans
176
177
-- [ ] Implement IaC Scanning
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "secscanner2junit"
3
-version = "0.1.12"
+version = "0.1.13"
4
description = "Convert Security Scanner Output to JUnit Format"
5
authors = ["Florian Angermeir <florian.angermeir@tum.de>"]
6
license = "GPL-3.0-only"
0 commit comments