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 b51bca1 commit d4436c0Copy full SHA for d4436c0
.github/workflows/self-action.yml
@@ -1,12 +1,12 @@
1
name: "Test Self Action"
2
3
on:
4
- push:
5
- branches: [ main ]
+ # push:
+ # branches: [ main ]
6
+ workflow_dispatch:
7
8
env:
9
REGISTRY: ghcr.io
- EXTRACTOR_REPOSITORY: advanced-security/codeql-extractor-iac
10
11
jobs:
12
action-test:
@@ -27,5 +27,7 @@ jobs:
27
uses: ./
28
with:
29
token: ${{ secrets.GITHUB_TOKEN }}
30
- extractor: ${{ env.EXTRACTOR_REPOSITORY }}
31
-
+ # IAC Extractor
+ extractor: advanced-security/[email protected]
32
+ language: iac
33
+ packs: advanced-security/iac-queries
0 commit comments