Skip to content

Commit

Permalink
Change master to fix version for trivy
Browse files Browse the repository at this point in the history
  • Loading branch information
sbelondr authored Oct 3, 2024
1 parent 041f8bd commit cbf6626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
run: docker save -o citelibre-serviceEZ.tar citelibre/service_ez:ihm-$VERSION

- name: Run Trivy vulnerability scanner in tarball mode of rendez vous image
uses: aquasecurity/trivy-action@master
uses: aquasecurity/trivy-action@0.20.0
with:
input: /github/workspace/citelibre-serviceEZ.tar
severity: 'CRITICAL,HIGH'
Expand Down

0 comments on commit cbf6626

Please sign in to comment.