Skip to content

Commit

Permalink
testing automation flow
Browse files Browse the repository at this point in the history
  • Loading branch information
Prashant-Microsoft committed Oct 8, 2024
1 parent e4bf47b commit 00f50e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/bicep-audit.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Validate bicep templates
on:
push:
branches:
branches:
- main
paths:
- "**/*.bicep"
pull_request:
branches:
branches:
- main
paths:
- "**/*.bicep"
Expand All @@ -30,6 +30,6 @@ jobs:

- name: Upload alerts to Security tab
uses: github/codeql-action/upload-sarif@v3
if: github.repository_owner == 'Azure-Samples'
if: github.repository_owner == 'Prashant-Microsoft'
with:
sarif_file: ${{ steps.msdo.outputs.sarifFile }}

0 comments on commit 00f50e1

Please sign in to comment.