Skip private key in trivy
This commit is contained in:
parent
2d67c3ce92
commit
54705c8245
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
@ -63,6 +63,7 @@ jobs:
|
|||
with:
|
||||
image-ref: ${{ github.repository }}:${{ github.run_id }}
|
||||
exit-code: '1'
|
||||
skip-files: '/etc/ssl/certs/vsftpd.pem'
|
||||
|
||||
- name: Run Trivy vulnerability scanner.
|
||||
uses: aquasecurity/trivy-action@master
|
||||
|
|
Loading…
Reference in a new issue