Skip to content

Commit 2007c14

Browse files
chore(deps): update dependency anchore/grype to v0.115.0 (#1109)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2507a93 commit 2007c14

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/skills/security-scan-docker-image-scripts/run.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ fi
3535
# Check Grype
3636
if ! 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
4040
fi
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
5353
set_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"
5555
set_default_env "IMAGE_TAG" "charon:local"
5656
set_default_env "FAIL_ON_SEVERITY" "Critical,High"
5757

.github/workflows/supply-chain-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 != ''

0 commit comments

Comments
 (0)