Skip to content

Commit

Permalink
Fix snyk version to a static version
Browse files Browse the repository at this point in the history
This avoids report json changes
  • Loading branch information
blootsvoets committed May 16, 2022
1 parent 48a59b0 commit b407e20
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/scheduled_snyk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: snyk/actions/setup@master
with:
snyk-version: v1.931.0

- uses: actions/setup-java@v3
with:
Expand All @@ -28,6 +30,7 @@ jobs:
--configuration-matching='^runtimeClasspath$'
--json-file-output=${{ env.REPORT_FILE }}
--org=radar-base
- name: Report new vulnerabilities
uses: thehyve/report-vulnerability@master
with:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/snyk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: snyk/actions/setup@master
with:
snyk-version: v1.931.0

- uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit b407e20

Please sign in to comment.