diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 038d8cf2..c58ce141 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -81,7 +81,7 @@ jobs: with: scan-type: 'image' image-ref: ${{ steps.meta.outputs.tags }} - security-checks: 'vuln,secret' + security-checks: 'vuln,secret,os,library' ignore-unfixed: true format: 'sarif' output: 'trivy-results.sarif'