Skip to content

Commit 772504e

Browse files
authored
Add gitleaks scan to CI (#65)
1 parent 399dbd9 commit 772504e

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/circleci-secops-orb@2.0.0
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)