File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 22
33set -eux
44
5- VERSION=v0.77.2
5+ VERSION=v0.104.3
66
77HOST_OS=$( uname -s | tr ' [:upper:]' ' [:lower:]' )
88HOST_ARCH=" ${GOARCH:= $(uname -m)} "
Original file line number Diff line number Diff line change 22
33set -eux
44
5- RELEASE=optimise-resolver-3
6- # RELEASE=v1.3.0
5+ RELEASE=v1.39.0
76
87HOST_OS=$( uname -s | tr ' [:upper:]' ' [:lower:]' )
98HOST_ARCH=" ${GOARCH:= $(uname -m)} "
@@ -22,8 +21,7 @@ IFS=/ read BUILD_OS BUILD_ARCH <<< $ARCHITECTURE
2221
2322rm -rf syft*
2423
25- git clone https://github.com/deepfence/syft.git --branch $RELEASE || true
26- # git clone https://github.com/anchore/syft.git --branch $RELEASE || true
24+ git clone https://github.com/anchore/syft.git --branch $RELEASE || true
2725(
2826 cd syft/cmd/syft
2927 export CGO_ENABLED=0
You can’t perform that action at this time.
0 commit comments