We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6512e4d commit 1f5ea3fCopy full SHA for 1f5ea3f
.circleci/config.yml
@@ -1,8 +1,8 @@
1
version: 2.1
2
3
orbs:
4
- prodsec: snyk/prodsec-orb@1.0
5
-
+ prodsec: snyk/prodsec-orb@1
+
6
executors:
7
linux:
8
machine:
@@ -27,17 +27,28 @@ jobs:
27
- run:
28
name: Run Examples 1
29
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
40
41
# Orchestrate our job run sequence
42
workflows:
- version: 2
43
test_and_release:
44
jobs:
45
- prodsec/secrets-scan:
46
name: Scan repository for secrets
47
context:
48
- snyk-bot-slack
49
channel: cli-alerts
50
+ - security-scans:
51
+ context: devex_cli
52
- unit_test:
53
name: Unit tests
54
- build:
0 commit comments