-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaction.yml
More file actions
32 lines (30 loc) · 888 Bytes
/
action.yml
File metadata and controls
32 lines (30 loc) · 888 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
name: 'CodeQL Bicep Extractor'
description: 'CodeQL Bicep Extractor GitHub Action'
author: 'GitHub Security Lab'
branding:
color: 'blue'
icon: 'lock'
inputs:
token:
description: >
The GitHub token used to make authenticated API requests.
default: ${{ github.token }}
required: false
outputs:
sarif-results:
description: >
The path to the SARIF results file generated by the extractor.
value: ${{ steps.extractor.outputs.sarif_results }}
runs:
using: 'composite'
steps:
- name: "CodeQL Extractor Action"
uses: advanced-security/codeql-extractor-action@v0.0.16
id: extractor
with:
token: ${{ inputs.token }}
extractors: "GitHubSecurityLab/codeql-extractor-bicep@v0.3.0"
packs: githubsecuritylab/bicep-queries
languages: "bicep"
# Assumes GH is installed
# attestation: true