Skip to content

Commit

Permalink
Merge pull request #291 from snyk/chore/add-sec-scanning
Browse files Browse the repository at this point in the history
chore: add security scanning
  • Loading branch information
wayne-grant authored Dec 12, 2024
2 parents 8b83ce4 + cbcf04b commit ccc4e2a
Show file tree
Hide file tree
Showing 2 changed files with 480 additions and 319 deletions.
21 changes: 20 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
version: 2.1

orbs:
prodsec: snyk/[email protected]
prodsec: snyk/prodsec-orb@1

jobs:
security-scans:
docker:
- image: cimg/node:lts
resource_class: small
steps:
- checkout
- prodsec/security_scans:
mode: auto
iac-scan: disabled

workflows:
version: 2
Expand All @@ -12,3 +23,11 @@ workflows:
context:
- snyk-bot-slack
channel: group-infrastructure-as-code-alerts
filters:
branches:
ignore: main

- security-scans:
name: Security Scans
context:
- analysis-iac
Loading

0 comments on commit ccc4e2a

Please sign in to comment.