Skip to content

Commit 239228b

Browse files
authored
Make SARIF uploads optional but automatic for the main repo (#578)
1 parent 886f445 commit 239228b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/azure-dev-validation.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,6 @@ jobs:
2727

2828
- name: Upload alerts to Security tab
2929
uses: github/codeql-action/upload-sarif@v2
30+
if: github.repository == 'Azure-Samples/azure-search-openai-demo'
3031
with:
3132
sarif_file: ${{ steps.msdo.outputs.sarifFile }}

0 commit comments

Comments
 (0)