Skip to content

Commit beecd6c

Browse files
author
Bogdan Popa
authored
Merge pull request #1472 from snyk/staging
RELEASE
2 parents 1f13071 + 814bcef commit beecd6c

File tree

1 file changed

+36
-1
lines changed

1 file changed

+36
-1
lines changed

.circleci/config.yml

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,15 @@ commands:
1717
sudo apt install python3-requests
1818
when: always
1919
jobs:
20+
security-scans:
21+
docker:
22+
- image: cimg/node:18.19.1
23+
steps:
24+
- checkout
25+
- prodsec/security_scans:
26+
mode: auto
27+
release-branch: master
28+
2029
aks_integration_tests:
2130
docker:
2231
- image: cimg/node:18.19.1
@@ -1020,10 +1029,20 @@ version: 2.1
10201029
workflows:
10211030
MERGE_TO_MASTER:
10221031
jobs:
1032+
- security-scans:
1033+
name: Security Scans
1034+
context:
1035+
- analysis_integrations
1036+
filters:
1037+
branches:
1038+
only:
1039+
- master
10231040
- publish:
10241041
context:
10251042
- team-container-integration
10261043
- analysis_integrations
1044+
requires:
1045+
- Security Scans
10271046
filters:
10281047
branches:
10291048
only:
@@ -1087,9 +1106,25 @@ workflows:
10871106
context:
10881107
- snyk-bot-slack
10891108
channel: team-integrations-alerts
1090-
1109+
filters:
1110+
branches:
1111+
ignore:
1112+
- staging
1113+
- master
1114+
- security-scans:
1115+
name: Security Scans
1116+
context:
1117+
- analysis_integrations
1118+
filters:
1119+
branches:
1120+
ignore:
1121+
- staging
1122+
- master
10911123
- build_image:
10921124
context: analysis_integrations
1125+
requires:
1126+
- Scan repository for secrets
1127+
- Security Scans
10931128
filters:
10941129
branches:
10951130
ignore:

0 commit comments

Comments
 (0)