Update main.yml

This commit is contained in:
Logan Marchione 2023-03-27 20:40:41 +00:00 committed by GitHub
parent 7f25c4943a
commit 04063c496a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -56,6 +56,12 @@ jobs:
exit-level: 'warn'
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
uses: aquasecurity/trivy-action@0.9.2
with: