We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a778ca1 commit ae81e30Copy full SHA for ae81e30
.circleci/config.yml
@@ -2,6 +2,7 @@ version: 2.1
2
3
orbs:
4
node: circleci/node@5.0.2
5
+ secops: apollo/circleci-secops-orb@2.0.6
6
7
commands:
8
install-volta:
@@ -95,3 +96,16 @@ workflows:
95
96
- Linting
97
- Query Check
98
- Generated Types Check
99
+ security-scans:
100
+ jobs:
101
+ - secops/gitleaks:
102
+ context:
103
+ - secops-oidc
104
+ - github-orb
105
+ git-base-revision: <<#pipeline.git.base_revision>><<pipeline.git.base_revision>><</pipeline.git.base_revision >>
106
+ git-revision: << pipeline.git.revision >>
107
+ - secops/semgrep:
108
109
110
111
0 commit comments