Skip to content

Commit

Permalink
Merge pull request #98 from snyk/feat/quality-gates
Browse files Browse the repository at this point in the history
feat: add prodsec/security_scans
  • Loading branch information
wayne-grant authored Jun 6, 2024
2 parents 8a20680 + d90e0fc commit 783fe6b
Showing 1 changed file with 23 additions and 2 deletions.
25 changes: 23 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
version: 2.1

orbs:
prodsec: snyk/[email protected]

prodsec: snyk/prodsec-orb@1

jobs:
security-scans:
resource_class: small
docker:
- image: cimg/openjdk:17.0
steps:
- checkout
- prodsec/security_scans:
mode: auto
open-source-scan-all-projects: false
open-source-additional-arguments: --file=pom.xml --maven-aggregate-project
iac-scan: disabled

workflows:
version: 2
CICD:
Expand All @@ -12,3 +25,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 783fe6b

Please sign in to comment.