We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63eb1bf commit f4ffb99Copy full SHA for f4ffb99
.circleci/config.yml
@@ -74,24 +74,24 @@ jobs:
74
workflows:
75
security-scan:
76
jobs:
77
- - setup:
78
- filters:
79
- branches:
80
- only:
81
- - master
+ - setup
+ # filters:
+ # branches:
+ # only:
+ # - master
82
- general-platform-helpers/job-snyk-prepare:
83
name: prepare-snyk
84
85
86
87
88
requires:
89
- setup
90
- snyk-scan:
91
name: execute-snyk
92
93
94
95
96
97
- prepare-snyk
0 commit comments