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.22.0 to 0.23.0
Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.22.0 to 0.23.0.
- [Release notes](https://github.com/aquasecurity/trivy-action/releases)
- [Commits](595be6a0f6...7c2007bcb5
)
---
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
6760b48d19
commit
5e4d4ee647
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@595be6a0f6560a0a8fc419ddf630567fc623531d # 0.22.0
|
uses: aquasecurity/trivy-action@7c2007bcb556501da015201bcba5aa14069b74e2 # 0.23.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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
|
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
|
||||||
- name: Run Trivy in config mode for deployments
|
- name: Run Trivy in config mode for deployments
|
||||||
uses: aquasecurity/trivy-action@595be6a0f6560a0a8fc419ddf630567fc623531d # 0.22.0
|
uses: aquasecurity/trivy-action@7c2007bcb556501da015201bcba5aa14069b74e2 # 0.23.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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
|
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
|
||||||
- name: Run Trivy in config mode for dockerfiles
|
- name: Run Trivy in config mode for dockerfiles
|
||||||
uses: aquasecurity/trivy-action@595be6a0f6560a0a8fc419ddf630567fc623531d # 0.22.0
|
uses: aquasecurity/trivy-action@7c2007bcb556501da015201bcba5aa14069b74e2 # 0.23.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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
|
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
|
||||||
- name: Run Trivy in fs mode
|
- name: Run Trivy in fs mode
|
||||||
uses: aquasecurity/trivy-action@595be6a0f6560a0a8fc419ddf630567fc623531d # 0.22.0
|
uses: aquasecurity/trivy-action@7c2007bcb556501da015201bcba5aa14069b74e2 # 0.23.0
|
||||||
with:
|
with:
|
||||||
scan-type: fs
|
scan-type: fs
|
||||||
scan-ref: .
|
scan-ref: .
|
||||||
@ -82,7 +82,7 @@ jobs:
|
|||||||
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
|
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # 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@595be6a0f6560a0a8fc419ddf630567fc623531d # 0.22.0
|
uses: aquasecurity/trivy-action@7c2007bcb556501da015201bcba5aa14069b74e2 # 0.23.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@595be6a0f6560a0a8fc419ddf630567fc623531d # 0.22.0
|
uses: aquasecurity/trivy-action@7c2007bcb556501da015201bcba5aa14069b74e2 # 0.23.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@595be6a0f6560a0a8fc419ddf630567fc623531d # 0.22.0
|
uses: aquasecurity/trivy-action@7c2007bcb556501da015201bcba5aa14069b74e2 # 0.23.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@595be6a0f6560a0a8fc419ddf630567fc623531d # 0.22.0
|
uses: aquasecurity/trivy-action@7c2007bcb556501da015201bcba5aa14069b74e2 # 0.23.0
|
||||||
with:
|
with:
|
||||||
scan-type: convert
|
scan-type: convert
|
||||||
vuln-type: ''
|
vuln-type: ''
|
||||||
|
Loading…
Reference in New Issue
Block a user