Skip to content

Commit 2dce452

Browse files
ci(DEFI-1965): add sec job
Signed-off-by: Rafael Belchior <[email protected]>
1 parent 65027d7 commit 2dce452

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/security.yaml

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
permissions:
2+
contents: read
3+
packages: read
4+
5+
on:
6+
push:
7+
branches:
8+
- main
9+
pull_request:
10+
branches:
11+
- main
12+
13+
jobs:
14+
security_scan:
15+
uses: Blockdaemon/github-pipeline-blueprints/.github/workflows/security.yaml@main
16+
secrets: inherit
17+
18+

0 commit comments

Comments
 (0)