Skip to content

Commit

Permalink
[CONFIG] [Github Actions] Docker flow, ACTIONS_RUNTIME_TOKEN env added.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gonzalo Diaz committed Sep 26, 2024
1 parent 6752257 commit 4f451a3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,8 @@ jobs:
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: 'trivy-results.sarif'
env:
ACTIONS_RUNTIME_TOKEN: ${{ secrets.GITHUB_TOKEN }}

report:
name: "Trivy (report)"
Expand All @@ -211,3 +213,5 @@ jobs:
with:
image-ref: ${{ env.IMAGE_NAME }}:${{ github.sha }}
format: 'table'
env:
ACTIONS_RUNTIME_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 4f451a3

Please sign in to comment.