Update main.yml
This commit is contained in:
parent
7f25c4943a
commit
04063c496a
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@ -56,6 +56,12 @@ jobs:
|
|||||||
exit-level: 'warn'
|
exit-level: 'warn'
|
||||||
ignore: 'CIS-DI-0001'
|
ignore: 'CIS-DI-0001'
|
||||||
|
|
||||||
|
- name: Container scan with hadolint
|
||||||
|
uses: hadolint/hadolint-action@v3.1.0
|
||||||
|
with:
|
||||||
|
failure-threshold: error
|
||||||
|
ignore: DL3008,DL3018
|
||||||
|
|
||||||
- name: Container scan with Trivy
|
- name: Container scan with Trivy
|
||||||
uses: aquasecurity/trivy-action@0.9.2
|
uses: aquasecurity/trivy-action@0.9.2
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user