We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36d8f75 commit a04c5d4Copy full SHA for a04c5d4
.github/workflows/security-check.yaml
@@ -0,0 +1,20 @@
1
+on:
2
+ workflow_dispatch:
3
+ push:
4
+ # Run when commits are pushed to mainline branch (main or master)
5
+ # Set this to the mainline branch you are using
6
+ branches:
7
+ - ci/test-ps-rule
8
+
9
+jobs:
10
+ check:
11
+ runs-on: ubuntu-latest
12
+ steps:
13
+ # GitHub Actions workflow to deploy to Azure using azd
14
+ - name: Analyze templates for MI compliance
15
+ uses: microsoft/[email protected]
16
+ id: run_psrule
17
+ with:
18
+ source: '.ps-rule'
19
+ modules: 'PSRule.Rules.Azure'
20
+ baseline: 'TemplateValidation.MI_2024_10'
0 commit comments