We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a0bc0d commit 41c6b03Copy full SHA for 41c6b03
make/photon/trivy-adapter/builder.sh
@@ -2,11 +2,6 @@
2
3
set +e
4
5
-if [ -z $1 ]; then
6
- error "Please set the 'version' variable"
7
- exit 1
8
-fi
9
-
10
VERSION="0.33.2"
11
GOBUILDIMAGE="golang:1.24.6"
12
0 commit comments