1 parent dde4dd5 commit 0f78daeCopy full SHA for 0f78dae
1 file changed
.github/workflows/main.yml
@@ -0,0 +1,9 @@
1
+name: devsecops-pipeline
2
+on: [push, pull_request]
3
+
4
+jobs:
5
+ secrets:
6
+ runs-on: self-hosted
7
+ steps:
8
+ - uses: actions/checkout@v4
9
+ - uses: gitleaks/gitleaks-action@v2
0 commit comments