There was an error while loading. Please reload this page.
1 parent c28d37d commit eb2deadCopy full SHA for eb2dead
1 file changed
.github/workflows/security.yml
@@ -0,0 +1,21 @@
1
+name: Security
2
+
3
+on:
4
+ push:
5
+ branches: [main, master]
6
+ pull_request:
7
8
9
+jobs:
10
+ gitleaks:
11
+ uses: netresearch/.github/.github/workflows/gitleaks.yml@main
12
+ secrets:
13
+ GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE }}
14
15
+ dependency-review:
16
+ if: github.event_name == 'pull_request'
17
+ uses: netresearch/.github/.github/workflows/dependency-review.yml@main
18
+ permissions:
19
+ contents: read
20
+ pull-requests: write
21
0 commit comments