We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c74c1e2 + f0da01a commit f83bc0cCopy full SHA for f83bc0c
.github/workflows/docker-image.yml
@@ -200,7 +200,7 @@ jobs:
200
with:
201
sarif_file: 'trivy-results.sarif'
202
env:
203
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ ACTIONS_RUNTIME_TOKEN: ${{ secrets.GITHUB_TOKEN }}
204
205
report:
206
name: "Trivy (report)"
@@ -224,4 +224,4 @@ jobs:
224
image-ref: ${{ env.IMAGE_NAME }}:${{ github.sha }}
225
format: 'table'
226
227
0 commit comments