We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adb17dc commit ea21adcCopy full SHA for ea21adc
.github/workflows/push.yml
@@ -127,7 +127,7 @@ jobs:
127
security-events: write
128
steps:
129
- name: run trivy vulnerability scanner
130
- uses: aquasecurity/trivy-action@0.29.0
+ uses: aquasecurity/trivy-action@0.31.0
131
with:
132
image-ref: 'ghcr.io/${{ github.repository }}:${{ needs.branch_meta.outputs.sha }}'
133
format: 'sarif'
.github/workflows/trivy.yml
@@ -7,6 +7,8 @@ on:
7
- cron: '0 0 * * *' # Run daily at midnight UTC
8
workflow_dispatch: # Allow manual triggering
9
10
+permissions: {}
11
+
12
jobs:
13
update-trivy-db:
14
runs-on: ubuntu-latest
0 commit comments