Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sbelondr committed Oct 25, 2024
1 parent 97999ac commit a8a969f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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-rendezvous.tar citelibre/rendezvous:ihm-$VERSION

- name: Run Trivy vulnerability scanner in tarball mode of rendez vous image
uses: aquasecurity/trivy-action@0.20
uses: aquasecurity/trivy-action@0.20.0
with:
input: /github/workspace/citelibre-rendezvous.tar
severity: 'CRITICAL,HIGH'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/new-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
run: docker save -o citelibre-rendezvous.tar citelibre/rendezvous: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-rendezvous.tar
severity: 'CRITICAL,HIGH'
Expand Down

0 comments on commit a8a969f

Please sign in to comment.