Skip to content

Commit 35ed74b

Browse files
committed
update grype version
1 parent 4f2c89c commit 35ed74b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/grype/run_grype_scan.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -e
33

44
IMAGE=$1
55

6-
GRYPE_VERSION="v0.80.1"
6+
GRYPE_VERSION=${GRYPE_VERSION:-"v0.92.2"}
77

88
docker pull $IMAGE
99
docker pull anchore/grype:${GRYPE_VERSION}

.github/workflows/grype_scan.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ env:
2020
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
2121
AWS_DEFAULT_REGION: ${{ secrets.AWS_DEFAULT_REGION }}
2222
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
23+
GRYPE_VERSION: "v0.92.2-arm64v8"
2324

2425
jobs:
2526
grype_scan:

0 commit comments

Comments
 (0)