Skip to content

Commit

Permalink
[CONFIG] [Github Actions] Docker flow, GITHUB_TOKEN env added.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gonzalo Diaz committed Sep 24, 2024
1 parent cee0378 commit 369a004
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 @@ -199,6 +199,8 @@ jobs:
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: 'trivy-results.sarif'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

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

0 comments on commit 369a004

Please sign in to comment.