We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac1d367 commit a9e3f3fCopy full SHA for a9e3f3f
.github/actions/pack/action.yml
@@ -158,7 +158,7 @@ runs:
158
outputs: "type=image,name=target"
159
160
- name: Run Trivy vulnerability scanner
161
- uses: aquasecurity/trivy-action@b6643a29fecd7f34b3597bc6acb0a98b03d33ff8 # 0.33.1
+ uses: aquasecurity/trivy-action@97e0b3872f55f89b95b2f65b3dbab56962816478 # 0.34.2
162
with:
163
image-ref: ghcr.io/descope/${{steps.setup_build_args.outputs.repo_name}}@${{steps.push.outputs.digest}}
164
cache: "false"
0 commit comments