Skip to content

Commit d4436c0

Browse files
authored
feat(ci): Update self-action.yml
1 parent b51bca1 commit d4436c0

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/workflows/self-action.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: "Test Self Action"
22

33
on:
4-
push:
5-
branches: [ main ]
4+
# push:
5+
# branches: [ main ]
6+
workflow_dispatch:
67

78
env:
89
REGISTRY: ghcr.io
9-
EXTRACTOR_REPOSITORY: advanced-security/codeql-extractor-iac
1010

1111
jobs:
1212
action-test:
@@ -27,5 +27,7 @@ jobs:
2727
uses: ./
2828
with:
2929
token: ${{ secrets.GITHUB_TOKEN }}
30-
extractor: ${{ env.EXTRACTOR_REPOSITORY }}
31-
30+
# IAC Extractor
31+
extractor: advanced-security/[email protected]
32+
language: iac
33+
packs: advanced-security/iac-queries

0 commit comments

Comments
 (0)