Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Commit

Permalink
EVEREST-107 Fixed trivy action (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
gen1us2k authored Oct 13, 2023
1 parent a13befd commit 8ca0535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
needs: [build]
steps:
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@v0.12.0
uses: aquasecurity/trivy-action@0.12.0
with:
image-ref: 'docker.io/perconalab/everest:dev-latest'
format: 'table'
Expand Down

0 comments on commit 8ca0535

Please sign in to comment.