We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2f2f06 commit 38588baCopy full SHA for 38588ba
1 file changed
.github/workflows/reusable-trivy.yml
@@ -70,7 +70,7 @@ jobs:
70
ref: ${{ github.event.pull_request.head.sha }}
71
72
- name: Run Trivy vulnerability scanner
73
- uses: aquasecurity/trivy-action@2b6a709cf9c4025c5438138008beaddbb02086f0 # 0.14.0
+ uses: aquasecurity/trivy-action@18f2510ee396bbf400402947b394f2dd8c87dbb0 # 0.29.0
74
with:
75
scan-type: '${{ inputs.scan-type }}'
76
scan-ref: '.'
@@ -128,7 +128,7 @@ jobs:
128
129
130
131
132
133
image-ref: '${{ inputs.image-ref }}'
134
format: 'template'
0 commit comments