1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2024-12-14 11:57:48 +00:00

chore(deps): bump aquasecurity/trivy-action from 0.13.1 to 0.15.0 (#9078)

Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.13.1 to 0.15.0.
- [Release notes](https://github.com/aquasecurity/trivy-action/releases)
- [Commits](https://github.com/aquasecurity/trivy-action/compare/0.13.1...22d2755f774d925b191a185b74e782a4b0638a41)

---
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>
This commit is contained in:
dependabot[bot] 2023-12-05 17:42:34 +00:00 committed by GitHub
parent 6532aa001c
commit 4e4cab6670
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View file

@ -21,7 +21,7 @@ jobs:
- name: Build devcontainer image - name: Build devcontainer image
run: docker build .devcontainer run: docker build .devcontainer
- name: Trivy Scan Image - name: Trivy Scan Image
uses: aquasecurity/trivy-action@2b6a709cf9c4025c5438138008beaddbb02086f0 # v0.14.0 uses: aquasecurity/trivy-action@22d2755f774d925b191a185b74e782a4b0638a41 # v0.15.0
with: with:
scan-type: 'fs' scan-type: 'fs'
ignore-unfixed: true ignore-unfixed: true

View file

@ -29,7 +29,7 @@ jobs:
- name: ko build - name: ko build
run: VERSION=${{ github.ref_name }} make ko-build-all run: VERSION=${{ github.ref_name }} make ko-build-all
- name: Trivy Scan Image - name: Trivy Scan Image
uses: aquasecurity/trivy-action@2b6a709cf9c4025c5438138008beaddbb02086f0 # v0.14.0 uses: aquasecurity/trivy-action@22d2755f774d925b191a185b74e782a4b0638a41 # v0.15.0
with: with:
scan-type: 'fs' scan-type: 'fs'
ignore-unfixed: true ignore-unfixed: true

View file

@ -38,7 +38,7 @@ jobs:
uses: ./.github/actions/setup-build-env uses: ./.github/actions/setup-build-env
timeout-minutes: 30 timeout-minutes: 30
- name: Run Trivy vulnerability scanner in repo mode - name: Run Trivy vulnerability scanner in repo mode
uses: aquasecurity/trivy-action@2b6a709cf9c4025c5438138008beaddbb02086f0 # v0.14.0 uses: aquasecurity/trivy-action@22d2755f774d925b191a185b74e782a4b0638a41 # v0.15.0
with: with:
scan-type: 'fs' scan-type: 'fs'
ignore-unfixed: true ignore-unfixed: true

View file

@ -33,7 +33,7 @@ jobs:
uses: ./.github/actions/setup-build-env uses: ./.github/actions/setup-build-env
timeout-minutes: 30 timeout-minutes: 30
- name: Run Trivy vulnerability scanner in repo mode - name: Run Trivy vulnerability scanner in repo mode
uses: aquasecurity/trivy-action@2b6a709cf9c4025c5438138008beaddbb02086f0 # v0.14.0 uses: aquasecurity/trivy-action@22d2755f774d925b191a185b74e782a4b0638a41 # v0.15.0
with: with:
scan-type: 'fs' scan-type: 'fs'
ignore-unfixed: true ignore-unfixed: true

View file

@ -18,7 +18,7 @@ jobs:
results: ${{ steps.parse-results.outputs.results }} results: ${{ steps.parse-results.outputs.results }}
steps: steps:
- name: Scan for vulnerabilities - name: Scan for vulnerabilities
uses: aquasecurity/trivy-action@f78e9ecf42a1271402d4f484518b9313235990e1 # v0.8.0 (Trivy v0.34.0) uses: aquasecurity/trivy-action@22d2755f774d925b191a185b74e782a4b0638a41 # v0.8.0 (Trivy v0.34.0)
with: with:
image-ref: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest image-ref: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
format: json format: json