Skip to content

Commit f4e0ca2

Browse files
committed
feat: Add Action
1 parent 8cb75a8 commit f4e0ca2

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

action.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)