Skip to content

Commit

Permalink
Merge pull request #1472 from snyk/staging
Browse files Browse the repository at this point in the history
RELEASE
  • Loading branch information
popas90 committed Mar 22, 2024
2 parents 1f13071 + 814bcef commit beecd6c
Showing 1 changed file with 36 additions and 1 deletion.
37 changes: 36 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,15 @@ commands:
sudo apt install python3-requests
when: always
jobs:
security-scans:
docker:
- image: cimg/node:18.19.1
steps:
- checkout
- prodsec/security_scans:
mode: auto
release-branch: master

aks_integration_tests:
docker:
- image: cimg/node:18.19.1
Expand Down Expand Up @@ -1020,10 +1029,20 @@ version: 2.1
workflows:
MERGE_TO_MASTER:
jobs:
- security-scans:
name: Security Scans
context:
- analysis_integrations
filters:
branches:
only:
- master
- publish:
context:
- team-container-integration
- analysis_integrations
requires:
- Security Scans
filters:
branches:
only:
Expand Down Expand Up @@ -1087,9 +1106,25 @@ workflows:
context:
- snyk-bot-slack
channel: team-integrations-alerts

filters:
branches:
ignore:
- staging
- master
- security-scans:
name: Security Scans
context:
- analysis_integrations
filters:
branches:
ignore:
- staging
- master
- build_image:
context: analysis_integrations
requires:
- Scan repository for secrets
- Security Scans
filters:
branches:
ignore:
Expand Down

0 comments on commit beecd6c

Please sign in to comment.