Skip to content

Commit 2e0454e

Browse files
SECOPS-2268: Add Gitleaks to CI (#652)
* Add gitleaks scan to CI * update secops orb * Update secops orb --------- Co-authored-by: Matt Peake <[email protected]>
1 parent 64524b8 commit 2e0454e

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)