Bump aquasecurity/trivy-action from 0.22.0 to 0.24.0 (#90254)

Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.22.0 to 0.24.0.
- [Release notes](https://github.com/aquasecurity/trivy-action/releases)
- [Commits](https://github.com/aquasecurity/trivy-action/compare/0.22.0...0.24.0)

---
updated-dependencies:
- dependency-name: aquasecurity/trivy-action
  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>
pull/90637/head
dependabot[bot] 11 months ago committed by GitHub
parent 9232db2416
commit 1c5ed0da4d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      .github/workflows/trivy-scan.yml

@ -16,7 +16,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Run Trivy vulnerability scanner (table output) - name: Run Trivy vulnerability scanner (table output)
uses: aquasecurity/trivy-action@0.22.0 uses: aquasecurity/trivy-action@0.24.0
with: with:
# scan the filesystem, rather than building a Docker image prior - the # scan the filesystem, rather than building a Docker image prior - the
# downside is we won't catch dependencies that are only installed in the # downside is we won't catch dependencies that are only installed in the
@ -33,7 +33,7 @@ jobs:
# for the PR check, ignore JS-related issues # for the PR check, ignore JS-related issues
skip-files: 'yarn.lock,package.json' skip-files: 'yarn.lock,package.json'
- name: Run Trivy vulnerability scanner (SARIF) - name: Run Trivy vulnerability scanner (SARIF)
uses: aquasecurity/trivy-action@0.22.0 uses: aquasecurity/trivy-action@0.24.0
with: with:
scan-type: 'fs' scan-type: 'fs'
scanners: 'vuln' scanners: 'vuln'

Loading…
Cancel
Save