We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2f2f06 commit 62dcdd0Copy full SHA for 62dcdd0
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@915b19bbe73b92a6cf82a1bc12b087c9a19a5fe2 # 0.28.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