Skip to content

Commit

Permalink
ci: make sarif validation only happen on main repo
Browse files Browse the repository at this point in the history
  • Loading branch information
sinedied committed Sep 4, 2023
1 parent dfd58c7 commit 76e3f47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/azure-dev-validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
tools: templateanalyzer

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

0 comments on commit 76e3f47

Please sign in to comment.