Skip to content

Commit

Permalink
feat: add prodsec/security_scans
Browse files Browse the repository at this point in the history
  • Loading branch information
wayne-grant committed May 27, 2024
1 parent aff5819 commit f5fb6f2
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2.1

orbs:
prodsec: snyk/prodsec-orb@1.0
prodsec: snyk/prodsec-orb@1

params: &params
parameters:
Expand Down Expand Up @@ -32,6 +32,21 @@ test_matrix: &test_matrix
- '1.5.5'
- '1.7.0'
jobs:
security-scans:
resource_class: small
docker:
- image: circleci/node:lts
steps:
- checkout
- run:
name: Install dependencies
command: npm install
- prodsec/security_scans:
mode: auto
release-branch: master
open-source-additional-arguments: --exclude=test
iac-scan: disabled

test:
<<: *params
docker:
Expand Down Expand Up @@ -84,6 +99,16 @@ workflows:
context:
- snyk-bot-slack
channel: os-team-managed-alerts
filters:
branches:
ignore:
- master

- security-scans:
name: Security Scans
context:
- open_source-managed
- nodejs-install

- test:
name: Test node=<<matrix.node_version>> jdk=<<matrix.jdk_version>> sbt=<<matrix.sbt_version>>
Expand Down

0 comments on commit f5fb6f2

Please sign in to comment.