Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,11 @@ jobs:
if: ${{ !inputs.skip_code_scans }}
uses: aquasecurity/trivy-action@b6643a29fecd7f34b3597bc6acb0a98b03d33ff8
with:
# Pin a Trivy version whose release artifacts are still published.
# Older versions (including the action's default v0.65.0) had their
# release assets removed, breaking install.sh. See
# https://github.com/aquasecurity/trivy/discussions/10265
version: 'v0.69.3'
scan-type: 'fs'
scan-ref: '.'
scanners: 'vuln,secret,misconfig'
Expand Down
Loading