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 8cb75a8 commit f4e0ca2Copy full SHA for f4e0ca2
action.yml
@@ -0,0 +1,25 @@
1
+name: 'CodeQL Bicep Extractor'
2
+description: 'CodeQL Bicep Extractor GitHub Action'
3
+author: 'GitHub Security Lab'
4
+branding:
5
+ color: 'blue'
6
+ icon: 'lock'
7
+
8
+inputs:
9
+ token:
10
+ description: >
11
+ The GitHub token used to make authenticated API requests.
12
+ default: ${{ github.token }}
13
+ required: false
14
15
+runs:
16
+ using: 'composite'
17
+ steps:
18
+ - name: "CodeQL Extractor Action"
19
+ uses: advanced-security/[email protected]
20
+ with:
21
+ token: ${{ inputs.token }}
22
+ extractor: "GitHubSecurityLab/[email protected]"
23
+ languages: "bicep"
24
+ # Assumes GH is installed
25
+ attestation: true
0 commit comments