Skip to content

Commit c3a23b0

Browse files
authored
Update DevSecOps.yml
1 parent f5af1b0 commit c3a23b0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/DevSecOps.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ jobs:
3333
id: sbom
3434
uses: anchore/sbom-action@v0
3535

36+
- name: GitLeaks
37+
id: gitleaks
38+
uses: gitleaks/gitleaks-action@v2
39+
env:
40+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
41+
3642
- name: Run Gosec Security Scanner
3743
id: gosec
3844
uses: securego/gosec@master

0 commit comments

Comments
 (0)