Skip to content

Commit

Permalink
Merge pull request #394 from RADAR-base/feature/action-docker-image-scan
Browse files Browse the repository at this point in the history
Fix weekly Snyk Docker image scan
  • Loading branch information
pvannierop authored Feb 12, 2025
2 parents 3a0d785 + b6ff99f commit dfa721d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/scheduled_snyk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v3
- uses: snyk/actions/setup@master
with:
snyk-version: v1.1032.0
snyk-version: v1.1295.2

- uses: actions/setup-java@v3
with:
Expand All @@ -35,6 +35,7 @@ jobs:
--configuration-matching='^runtimeClasspath$'
--fail-on=upgradable
--org=radar-base
--json-file-output=snyk.json
--policy-path=$PWD/.snyk
- name: Report new vulnerabilities
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/scheduled_snyk_docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
- uses: snyk/actions/setup@master
with:
snyk-version: v1.1032.0
snyk-version: v1.1295.2

- name: Run Snyk to check for vulnerabilities
env:
Expand All @@ -23,6 +23,8 @@ jobs:
--severity-threshold=high
--fail-on=upgradable
--file=Dockerfile
--policy-path=$PWD/.snyk
--json-file-output=snyk.json
radarbase/radar-schemas-tools
- name: Report new vulnerabilities
Expand Down

0 comments on commit dfa721d

Please sign in to comment.