Skip to content

Commit

Permalink
build(github): Fix image scanner output file location
Browse files Browse the repository at this point in the history
Signed-off-by: Daniil Fedotov <[email protected]>
  • Loading branch information
hairyhum committed Feb 11, 2025
1 parent 3857237 commit 69b9385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/images-vulnerability-scanning.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ jobs:
only-fixed: true
severity-cutoff: medium
- name: Parsing vulnerability scanner report
run: go run pkg/tools/grype_report_parser_tool.go -s "Medium,High,Critical" -p results.json --github
run: go run pkg/tools/grype_report_parser_tool.go -s "Medium,High,Critical" -p ${{ steps.vulnerability-scanning.outputs.json }} --github

0 comments on commit 69b9385

Please sign in to comment.