We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0647a6f commit 3414aceCopy full SHA for 3414ace
2 files changed
.github/workflows/docker-publish.yml
@@ -46,4 +46,4 @@ jobs:
46
password: ${{ secrets.DOCKERHUB_TOKEN }}
47
tag: ${{ github.ref_name }}
48
tag_with_latest: true
49
- extra_args: --build-arg=version=${{ github.ref_name }}
+ extra_args: --build-arg=VERSION=${{ github.ref_name }}
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "secscanner2junit"
3
-version = "0.1.11"
+version = "0.1.12"
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