Skip to content

Commit

Permalink
Updating trivy
Browse files Browse the repository at this point in the history
  • Loading branch information
mvpoyatt authored and mvpoyatt committed Nov 18, 2024
1 parent 3d749d0 commit 8bd81e3
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-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
cache-to: type=registry,ref=${{ env.IMAGE_NAME }}:buildcache,mode=max

- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@0.21.0
uses: aquasecurity/trivy-action@0.28.0
with:
image-ref: ${{ env.IMAGE_NAME }}:latest
format: 'table'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vuln-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
docker build -t explorer .
- name: Peptide vulnerability scan
uses: aquasecurity/trivy-action@0.21.0
uses: aquasecurity/trivy-action@0.28.0
with:
image-ref: 'explorer'
format: 'table'
Expand Down

0 comments on commit 8bd81e3

Please sign in to comment.