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 24, 2024
1 parent 707e900 commit 014106e
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,20 @@
version: 2.1

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

jobs:
security-scans:
resource_class: small
docker:
- image: cimg/base:stable
steps:
- checkout
- prodsec/security_scans:
mode: auto
release-branch: master
open-source-additional-arguments: --exclude=test
iac-scan: disabled

workflows:
version: 2
Expand All @@ -13,3 +26,6 @@ workflows:
- snyk-bot-slack
channel: os-team-managed-alerts

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

0 comments on commit 014106e

Please sign in to comment.