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 Jun 5, 2024
1 parent 0cecbc8 commit 2f2970a
Showing 1 changed file with 30 additions and 1 deletion.
31 changes: 30 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,26 @@
version: 2.1

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

jobs:
security-scans:
resource_class: small
docker:
- image: cimg/node:22.2.0
steps:
- checkout
- run:
name: Use snyk-main npmjs user
command: echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" >> .npmrc
- run:
name: Install dependencies
command: npm install
- prodsec/security_scans:
mode: auto
release-branch: master
open-source-additional-arguments: --exclude=test
iac-scan: disabled

workflows:
version: 2
Expand All @@ -12,3 +31,13 @@ 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

0 comments on commit 2f2970a

Please sign in to comment.