Skip to content

Commit 08c2b8e

Browse files
authored
chore: add code scan workflow
1 parent 0d930ce commit 08c2b8e

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/workflows/code-scan.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: code-scan
2+
3+
# Controls when the workflow will run
4+
on:
5+
push:
6+
branches:
7+
- 'main'
8+
pull_request:
9+
branches:
10+
- 'main'
11+
workflow_dispatch:
12+
13+
jobs:
14+
15+
16+
scan:
17+
uses: oozou/.github/.github/workflows/code-scan.yaml@main
18+
with:
19+
SCAN_TYPE: IAC
20+
SCAN_INCLUDE: .
21+
secrets: inherit

0 commit comments

Comments
 (0)