Skip to content

Commit a111bbe

Browse files
Bump aquasecurity/trivy-action from 0.34.2 to 0.35.0 (#120)
Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.34.2 to 0.35.0. - [Release notes](https://github.com/aquasecurity/trivy-action/releases) - [Commits](aquasecurity/trivy-action@0.34.2...0.35.0) --- updated-dependencies: - dependency-name: aquasecurity/trivy-action dependency-version: 0.35.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0f746f4 commit a111bbe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/trivy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
gh-token: ${{ secrets.GITHUB_TOKEN }}
2828

2929
- name: 'Run Trivy vulnerability scanner in repo mode'
30-
uses: aquasecurity/trivy-action@0.34.2
30+
uses: aquasecurity/trivy-action@0.35.0
3131
if: always()
3232
# docker run --rm -v trivy_cache:/root/.cache/ aquasec/trivy fs --debug --format table --exit-code 1 --ignore-unfixed --vuln-type os,library --scanners vuln,secret --severity CRITICAL,HIGH .
3333
with:
@@ -41,7 +41,7 @@ jobs:
4141
cache-dir: .trivy
4242

4343
- name: 'Run Trivy vulnerability scanner in IaC mode'
44-
uses: aquasecurity/trivy-action@0.34.2
44+
uses: aquasecurity/trivy-action@0.35.0
4545
if: always()
4646
# docker run --rm -v trivy_cache:/root/.cache/ aquasec/trivy config --debug --format table --exit-code 1 --severity CRITICAL,HIGH .
4747
with:

0 commit comments

Comments
 (0)