Skip to content

Commit be23e25

Browse files
svc-secopswodCZ
authored andcommitted
Add gitleaks scan to CI
1 parent 405de6f commit be23e25

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.circleci/config.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
version: 2.1
2+
3+
orbs:
4+
secops: apollo/[email protected]
5+
6+
workflows:
7+
security-scans:
8+
jobs:
9+
- secops/gitleaks:
10+
context:
11+
- platform-docker-ro
12+
- github-orb
13+
- secops-oidc
14+
git-base-revision: <<#pipeline.git.base_revision>><<pipeline.git.base_revision>><</pipeline.git.base_revision >>
15+
git-revision: << pipeline.git.revision >>

0 commit comments

Comments
 (0)