Skip to content

Commit 369a004

Browse files
author
Gonzalo Diaz
committed
[CONFIG] [Github Actions] Docker flow, GITHUB_TOKEN env added.
1 parent cee0378 commit 369a004

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/docker-image.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,8 @@ jobs:
199199
uses: github/codeql-action/upload-sarif@v3
200200
with:
201201
sarif_file: 'trivy-results.sarif'
202+
env:
203+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
202204

203205
report:
204206
name: "Trivy (report)"
@@ -221,3 +223,5 @@ jobs:
221223
with:
222224
image-ref: ${{ env.IMAGE_NAME }}:${{ github.sha }}
223225
format: 'table'
226+
env:
227+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)