Skip to content

Commit 62bb287

Browse files
authored
Merge pull request #81 from snyk/re-org
feat: re-org labels and security gates
2 parents ba03028 + f258351 commit 62bb287

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

.circleci/config.yml

+16-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,27 @@
11
version: 2.1
22

33
orbs:
4-
prodsec: snyk/prodsec-orb@1.0
4+
prodsec: snyk/prodsec-orb@1
55

6+
jobs:
7+
security-scans:
8+
resource_class: small
9+
docker:
10+
- image: cimg/openjdk:21.0
11+
steps:
12+
- checkout
13+
- prodsec/security_scans:
14+
mode: auto
15+
616
workflows:
7-
version: 2
817
CICD:
918
jobs:
1019
- prodsec/secrets-scan:
11-
name: Scan repository for secrets
20+
name: scan repository for secrets
1221
context:
1322
- snyk-bot-slack
1423
channel: cli-alerts
24+
trusted-branch: main
25+
26+
- security-scans:
27+
context: devex_cli

0 commit comments

Comments
 (0)