Skip to content

Commit

Permalink
Merge pull request #1354 from znsio/dependabot/github_actions/aquasec…
Browse files Browse the repository at this point in the history
…urity/trivy-action-0.27.0

Bump aquasecurity/trivy-action from 0.26.0 to 0.27.0
  • Loading branch information
joelrosario authored Oct 11, 2024
2 parents 3fa856b + cb5cb04 commit 8c0c3cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: docker build --no-cache -t znsio/specmatic:${{ steps.read_version.outputs.VERSION }} .

- name: Scan Docker Image for Vulnerabilities
uses: aquasecurity/trivy-action@0.26.0
uses: aquasecurity/trivy-action@0.27.0
with:
image-ref: znsio/specmatic:${{ steps.read_version.outputs.VERSION }}
severity: HIGH,CRITICAL
Expand Down

0 comments on commit 8c0c3cb

Please sign in to comment.