Skip to content

Commit 1f5ea3f

Browse files
authored
feat: re-org labels and security gates (#19)
* feat: re-org labels and security gates * feat: chan security-scan image for go dependencies
1 parent 6512e4d commit 1f5ea3f

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

.circleci/config.yml

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

33
orbs:
4-
prodsec: snyk/prodsec-orb@1.0
5-
4+
prodsec: snyk/prodsec-orb@1
5+
66
executors:
77
linux:
88
machine:
@@ -27,17 +27,28 @@ jobs:
2727
- run:
2828
name: Run Examples 1
2929
command: ./example1
30+
31+
security-scans:
32+
resource_class: small
33+
docker:
34+
- image: cimg/go:1.22
35+
steps:
36+
- checkout
37+
- prodsec/security_scans:
38+
mode: auto
39+
3040

3141
# Orchestrate our job run sequence
3242
workflows:
33-
version: 2
3443
test_and_release:
3544
jobs:
3645
- prodsec/secrets-scan:
3746
name: Scan repository for secrets
3847
context:
3948
- snyk-bot-slack
4049
channel: cli-alerts
50+
- security-scans:
51+
context: devex_cli
4152
- unit_test:
4253
name: Unit tests
4354
- build:

0 commit comments

Comments
 (0)