File tree Expand file tree Collapse file tree
skills/security-scan-docker-image-scripts Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535# Check Grype
3636if ! command -v grype > /dev/null 2>&1 ; then
3737 log_error " Grype not found - install from: https://github.com/anchore/grype"
38- log_error " Installation: curl -sSfL https://raw.githubusercontent.com/anchore/grype/main/install.sh | sh -s -- -b /usr/local/bin v0.114 .0"
38+ log_error " Installation: curl -sSfL https://raw.githubusercontent.com/anchore/grype/main/install.sh | sh -s -- -b /usr/local/bin v0.115 .0"
3939 error_exit " Grype is required for vulnerability scanning" 2
4040fi
4141
@@ -51,7 +51,7 @@ GRYPE_INSTALLED_VERSION=$(grype version | grep -oP 'Version:\s*\Kv?[0-9]+\.[0-9]
5151
5252# Set defaults matching CI workflow
5353set_default_env " SYFT_VERSION" " v1.45.1"
54- set_default_env " GRYPE_VERSION" " v0.114 .0"
54+ set_default_env " GRYPE_VERSION" " v0.115 .0"
5555set_default_env " IMAGE_TAG" " charon:local"
5656set_default_env " FAIL_ON_SEVERITY" " Critical,High"
5757
Original file line number Diff line number Diff line change @@ -288,7 +288,7 @@ jobs:
288288 - name : Install Grype
289289 if : steps.set-target.outputs.image_name != ''
290290 run : |
291- curl -sSfL https://raw.githubusercontent.com/anchore/grype/main/install.sh | sh -s -- -b /usr/local/bin v0.114 .0
291+ curl -sSfL https://raw.githubusercontent.com/anchore/grype/main/install.sh | sh -s -- -b /usr/local/bin v0.115 .0
292292
293293 - name : Scan for vulnerabilities
294294 if : steps.set-target.outputs.image_name != ''
You can’t perform that action at this time.
0 commit comments