Skip to content

Commit 3b97759

Browse files
committed
Update syft and grype version
1 parent 79f1aed commit 3b97759

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

tools/grype-bin/get_grype.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -eux
44

5-
VERSION=v0.77.2
5+
VERSION=v0.104.3
66

77
HOST_OS=$(uname -s | tr '[:upper:]' '[:lower:]')
88
HOST_ARCH="${GOARCH:=$(uname -m)}"

tools/syft-bin/get_syft.sh

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
set -eux
44

5-
RELEASE=optimise-resolver-3
6-
# RELEASE=v1.3.0
5+
RELEASE=v1.39.0
76

87
HOST_OS=$(uname -s | tr '[:upper:]' '[:lower:]')
98
HOST_ARCH="${GOARCH:=$(uname -m)}"
@@ -22,8 +21,7 @@ IFS=/ read BUILD_OS BUILD_ARCH <<< $ARCHITECTURE
2221

2322
rm -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

0 commit comments

Comments
 (0)