Skip private key in trivy

This commit is contained in:
Amin Vakil 2022-07-20 12:45:24 +04:30
parent 2d67c3ce92
commit 54705c8245
No known key found for this signature in database
GPG key ID: 1EFC1864E9D9E56B

View file

@ -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