Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RELEASE #1472

Merged
merged 2 commits into from
Mar 22, 2024
Merged

RELEASE #1472

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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