Skip to content

Commit 30ef85a

Browse files
authored
SECOPS-2268: Add Gitleaks to CI (#190)
* Add gitleaks scan to CI * update secops orb
1 parent f0614c9 commit 30ef85a

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.circleci/config.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ version: 2.1
22

33
orbs:
44
node: circleci/[email protected]
5+
secops: apollo/[email protected]
56

67
commands:
78
install-volta:
@@ -63,4 +64,13 @@ workflows:
6364
- "14"
6465
- "16"
6566
- "18"
66-
- Prettier
67+
- Prettier
68+
security-scans:
69+
jobs:
70+
- secops/gitleaks:
71+
context:
72+
- platform-docker-ro
73+
- github-orb
74+
- secops-oidc
75+
git-base-revision: <<#pipeline.git.base_revision>><<pipeline.git.base_revision>><</pipeline.git.base_revision >>
76+
git-revision: << pipeline.git.revision >>

0 commit comments

Comments
 (0)