Skip to content

Commit ea9b08e

Browse files
authored
Merge pull request #314 from apollographql/secops/add-gitleaks
SECOPS-2268: Add Gitleaks to CI
2 parents 15e0566 + de9a889 commit ea9b08e

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.circleci/config.yml

+15
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)