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.
1 parent c74c1e2 commit f0da01aCopy full SHA for f0da01a
.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