Skip to content

Commit

Permalink
👽 Attempt to fix rate-limit errors with Trivy action
Browse files Browse the repository at this point in the history
(cherry picked from commit 7985a07)
  • Loading branch information
sergei-maertens committed Sep 24, 2024
1 parent 8a69f82 commit 88d8f5c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,9 @@ jobs:
format: 'sarif'
output: 'trivy-results-docker.sarif'
ignore-unfixed: true
env:
# See https://github.com/aquasecurity/trivy-action/issues/389#issuecomment-2368662097
ACTIONS_RUNTIME_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload results to GH Security tab
uses: github/codeql-action/upload-sarif@v3
with:
Expand Down

0 comments on commit 88d8f5c

Please sign in to comment.