Skip to content

Commit

Permalink
removed the if condition check for registry1 upload to sarif
Browse files Browse the repository at this point in the history
Signed-off-by: naveensrinivasan <[email protected]>
  • Loading branch information
naveensrinivasan committed Apr 3, 2024
1 parent 481a730 commit 988bbc9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ jobs:
GRYPE_PASSWORD: ${{ secrets.IRON_BANK_ROBOT_PASSWORD }}

- name: Upload SARIF files - Registry1
if: steps.check_sarif.outputs.exists == 'true'
uses: github/codeql-action/upload-sarif@1b1aada464948af03b950897e5eb522f92603cc2
with:
sarif_file: ./sarif

0 comments on commit 988bbc9

Please sign in to comment.