Skip to content

Commit

Permalink
Merge pull request #97 from stacklok/bump_trivy
Browse files Browse the repository at this point in the history
Bump trivy version in remediation
  • Loading branch information
jhrozek authored Apr 16, 2024
2 parents 1ed1087 + 4541e52 commit d436179
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rule-types/github/trivy_action_enabled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ guidance: |
```yaml
- name: Trivy Scan
uses: aquasecurity/trivy-action@fbd16365eb88e12433951383f5e99bd901fc618f # v0.12.0
uses: aquasecurity/trivy-action@d710430a6722f083d3b36b8339ff66b32f22ee55 # v0.19.0
with:
image-ref: ${{ github.repository }}
format: json
Expand Down Expand Up @@ -99,7 +99,7 @@ def:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Security Scan
uses: aquasecurity/trivy-action@d43c1f16c00cfd3978dde6c07f4bbcf9eb6993ca # 0.16.1
uses: aquasecurity/trivy-action@d710430a6722f083d3b36b8339ff66b32f22ee55 # v0.19.0
with:
scan-type: 'fs'
scanners: vuln,secret
Expand Down

0 comments on commit d436179

Please sign in to comment.