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 8a20680 commit f2af7c2
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
version: 2.1

orbs:
prodsec: snyk/[email protected]

prodsec: snyk/prodsec-orb@1

jobs:
security-scans:
resource_class: small
docker:
- image: circleci/openjdk:11-jdk-stretch
steps:
- checkout
- prodsec/security_scans:
mode: auto
open-source-additional-arguments: --exclude=snyk-sdk-tests
iac-scan: disabled

workflows:
version: 2
CICD:
Expand All @@ -12,3 +24,11 @@ workflows:
context:
- snyk-bot-slack
channel: os-team-managed-alerts
filters:
branches:
ignore:
- main

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

0 comments on commit f2af7c2

Please sign in to comment.