Skip to content

Commit

Permalink
refactor(.github/workflows/Test-Rock.yaml): applied comment suggestion
Browse files Browse the repository at this point in the history
Co-authored-by: zhijie-yang <[email protected]>
  • Loading branch information
clay-lake and zhijie-yang authored Nov 29, 2024
1 parent 524eb07 commit ed0854b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Test-Rock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -248,8 +248,8 @@ jobs:
format: "cosign-vuln"
severity: "HIGH,CRITICAL"
exit-code: "1"
# NOTE: pebble is flagged with a HIGH vuln because of golang.org/x/crypto
# CVE-2021-43565, CVE-2022-27191
# NOTE: pebble is flagged with a HIGH vuln because of golang.org/x/crypto and encoding/gob
# CVE-2021-43565, CVE-2022-27191, CVE-2024-34156
skip-files: "/bin/pebble,/usr/bin/pebble"
# missing ${{ runner.arch }}
output: "${{ steps.configure-trivy.outputs.report-name }}"
Expand Down

0 comments on commit ed0854b

Please sign in to comment.