Skip to content

Commit 0f78dae

Browse files
authored
Create main.yml
1 parent dde4dd5 commit 0f78dae

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)