mirror of
https://github.com/intel/intel-device-plugins-for-kubernetes.git
synced 2025-06-03 03:59:37 +00:00
build(deps): bump aquasecurity/trivy-action from 0.21.0 to 0.22.0
Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.21.0 to 0.22.0.
- [Release notes](https://github.com/aquasecurity/trivy-action/releases)
- [Commits](fd25fed697...595be6a0f6
)
---
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>
This commit is contained in:
parent
44a12b2bcd
commit
700e63cdeb
2
.github/workflows/lib-publish.yaml
vendored
2
.github/workflows/lib-publish.yaml
vendored
@ -54,7 +54,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
REG=intel/ make ${IMAGE_NAME} BUILDER=docker
|
REG=intel/ make ${IMAGE_NAME} BUILDER=docker
|
||||||
- name: Trivy scan for image
|
- name: Trivy scan for image
|
||||||
uses: aquasecurity/trivy-action@fd25fed6972e341ff0007ddb61f77e88103953c2 # 0.21.0
|
uses: aquasecurity/trivy-action@595be6a0f6560a0a8fc419ddf630567fc623531d # 0.22.0
|
||||||
with:
|
with:
|
||||||
scan-type: image
|
scan-type: image
|
||||||
image-ref: intel/${{ matrix.image }}:${{ inputs.image_tag }}
|
image-ref: intel/${{ matrix.image }}:${{ inputs.image_tag }}
|
||||||
|
14
.github/workflows/lib-trivy.yaml
vendored
14
.github/workflows/lib-trivy.yaml
vendored
@ -32,7 +32,7 @@ jobs:
|
|||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
|
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
|
||||||
- name: Run Trivy in config mode for deployments
|
- name: Run Trivy in config mode for deployments
|
||||||
uses: aquasecurity/trivy-action@fd25fed6972e341ff0007ddb61f77e88103953c2 # 0.21.0
|
uses: aquasecurity/trivy-action@595be6a0f6560a0a8fc419ddf630567fc623531d # 0.22.0
|
||||||
with:
|
with:
|
||||||
scan-type: config
|
scan-type: config
|
||||||
scan-ref: deployments/
|
scan-ref: deployments/
|
||||||
@ -50,7 +50,7 @@ jobs:
|
|||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
|
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
|
||||||
- name: Run Trivy in config mode for dockerfiles
|
- name: Run Trivy in config mode for dockerfiles
|
||||||
uses: aquasecurity/trivy-action@fd25fed6972e341ff0007ddb61f77e88103953c2 # 0.21.0
|
uses: aquasecurity/trivy-action@595be6a0f6560a0a8fc419ddf630567fc623531d # 0.22.0
|
||||||
with:
|
with:
|
||||||
scan-type: config
|
scan-type: config
|
||||||
scan-ref: build/docker/
|
scan-ref: build/docker/
|
||||||
@ -64,7 +64,7 @@ jobs:
|
|||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
|
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
|
||||||
- name: Run Trivy in fs mode
|
- name: Run Trivy in fs mode
|
||||||
uses: aquasecurity/trivy-action@fd25fed6972e341ff0007ddb61f77e88103953c2 # 0.21.0
|
uses: aquasecurity/trivy-action@595be6a0f6560a0a8fc419ddf630567fc623531d # 0.22.0
|
||||||
with:
|
with:
|
||||||
scan-type: fs
|
scan-type: fs
|
||||||
scan-ref: .
|
scan-ref: .
|
||||||
@ -82,7 +82,7 @@ jobs:
|
|||||||
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
|
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
|
||||||
- name: Run Trivy in fs mode
|
- name: Run Trivy in fs mode
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
uses: aquasecurity/trivy-action@fd25fed6972e341ff0007ddb61f77e88103953c2 # 0.21.0
|
uses: aquasecurity/trivy-action@595be6a0f6560a0a8fc419ddf630567fc623531d # 0.22.0
|
||||||
with:
|
with:
|
||||||
scan-type: fs
|
scan-type: fs
|
||||||
scan-ref: .
|
scan-ref: .
|
||||||
@ -91,7 +91,7 @@ jobs:
|
|||||||
format: json
|
format: json
|
||||||
output: trivy-report.json
|
output: trivy-report.json
|
||||||
- name: Show report in human-readable format
|
- name: Show report in human-readable format
|
||||||
uses: aquasecurity/trivy-action@fd25fed6972e341ff0007ddb61f77e88103953c2 # 0.21.0
|
uses: aquasecurity/trivy-action@595be6a0f6560a0a8fc419ddf630567fc623531d # 0.22.0
|
||||||
with:
|
with:
|
||||||
scan-type: convert
|
scan-type: convert
|
||||||
vuln-type: ''
|
vuln-type: ''
|
||||||
@ -100,7 +100,7 @@ jobs:
|
|||||||
format: table
|
format: table
|
||||||
- name: Convert report to sarif
|
- name: Convert report to sarif
|
||||||
if: ${{ inputs.upload-to-github-security-tab }}
|
if: ${{ inputs.upload-to-github-security-tab }}
|
||||||
uses: aquasecurity/trivy-action@fd25fed6972e341ff0007ddb61f77e88103953c2 # 0.21.0
|
uses: aquasecurity/trivy-action@595be6a0f6560a0a8fc419ddf630567fc623531d # 0.22.0
|
||||||
with:
|
with:
|
||||||
scan-type: convert
|
scan-type: convert
|
||||||
vuln-type: ''
|
vuln-type: ''
|
||||||
@ -115,7 +115,7 @@ jobs:
|
|||||||
sarif_file: trivy-report.sarif
|
sarif_file: trivy-report.sarif
|
||||||
- name: Convert report to csv
|
- name: Convert report to csv
|
||||||
if: ${{ inputs.export-csv }}
|
if: ${{ inputs.export-csv }}
|
||||||
uses: aquasecurity/trivy-action@fd25fed6972e341ff0007ddb61f77e88103953c2 # 0.21.0
|
uses: aquasecurity/trivy-action@595be6a0f6560a0a8fc419ddf630567fc623531d # 0.22.0
|
||||||
with:
|
with:
|
||||||
scan-type: convert
|
scan-type: convert
|
||||||
vuln-type: ''
|
vuln-type: ''
|
||||||
|
Loading…
Reference in New Issue
Block a user