Skip to content

Commit e083961

Browse files
authored
Update build.yml
Signed-off-by: OmegaSquad82 <[email protected]>
1 parent 71cd86b commit e083961

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,11 @@ jobs:
8989
env:
9090
TRIVY_USERNAME: ${{ github.actor }}
9191
TRIVY_PASSWORD: ${{ github.token }}
92-
if: "${{ env.IS_DEFAULT }}"
92+
if: env.IS_DEFAULT
9393

9494
- name: Upload Trivy scan results to GitHub Security tab
9595
uses: github/codeql-action/upload-sarif@v3
9696
with:
9797
category: trivy-${{ matrix.package }}
9898
sarif_file: trivy-results.sarif
99-
if: "${{ env.IS_DEFAULT }}"
99+
if: env.IS_DEFAULT == true

0 commit comments

Comments
 (0)