Skip to content

Commit a17f0ba

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

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/security.yaml

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

0 commit comments

Comments
 (0)