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 d38ed40 commit 56a5a6cCopy full SHA for 56a5a6c
.github/workflows/node.yaml
@@ -232,6 +232,8 @@ jobs:
232
- name: Trivy scanning
233
if: steps.check-build-and-push.outputs.enable == 'true' && steps.check-ghcr.outputs.enable == 'true' && steps.ghcr-tag.outputs.tags != 0
234
uses: aquasecurity/[email protected]
235
+ env:
236
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
237
with:
238
image-ref: "${{ steps.trivy-image.outputs.image }}"
239
format: "table"
0 commit comments