Merge pull request #21 from aminvakil/ignore_key
Skip private key in trivy
This commit is contained in:
commit
c76e7f295c
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