Skip to content

Commit

Permalink
Merge pull request #81 from snyk/re-org
Browse files Browse the repository at this point in the history
feat: re-org labels and security gates
  • Loading branch information
bikochan authored Mar 7, 2024
2 parents ba03028 + f258351 commit 62bb287
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,27 @@
version: 2.1

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

jobs:
security-scans:
resource_class: small
docker:
- image: cimg/openjdk:21.0
steps:
- checkout
- prodsec/security_scans:
mode: auto

workflows:
version: 2
CICD:
jobs:
- prodsec/secrets-scan:
name: Scan repository for secrets
name: scan repository for secrets
context:
- snyk-bot-slack
channel: cli-alerts
trusted-branch: main

- security-scans:
context: devex_cli

0 comments on commit 62bb287

Please sign in to comment.