We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71cd86b commit e083961Copy full SHA for e083961
.github/workflows/build.yml
@@ -89,11 +89,11 @@ jobs:
89
env:
90
TRIVY_USERNAME: ${{ github.actor }}
91
TRIVY_PASSWORD: ${{ github.token }}
92
- if: "${{ env.IS_DEFAULT }}"
+ if: env.IS_DEFAULT
93
94
- name: Upload Trivy scan results to GitHub Security tab
95
uses: github/codeql-action/upload-sarif@v3
96
with:
97
category: trivy-${{ matrix.package }}
98
sarif_file: trivy-results.sarif
99
+ if: env.IS_DEFAULT == true
0 commit comments