Skip to content

Commit

Permalink
Fix output policy path
Browse files Browse the repository at this point in the history
  • Loading branch information
blootsvoets committed Nov 7, 2022
1 parent f2c4f00 commit 369e696
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/scheduled-snyk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ jobs:
snyk test
--all-projects
--configuration-matching='^runtimeClasspath$'
--json-file-output=$GITHUB_WORKSPACE/${{ env.REPORT_FILE }}
--json-file-output=${{ env.REPORT_FILE }}
--org=radar-base
--policy-path=$GITHUB_WORKSPACE/.snyk
- name: Report new vulnerabilities
uses: thehyve/report-vulnerability@master
with:
report-file: ${{ github.workspace }}/${{ env.REPORT_FILE }}
report-file: ${{ env.REPORT_FILE }}
env:
TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 369e696

Please sign in to comment.