Skip to content

Commit

Permalink
Merge pull request #137 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 committed Mar 7, 2024
2 parents 1d672a4 + db0e9ff commit 8349f90
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,26 @@
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

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

- security-scans:
context: devex_cli

0 comments on commit 8349f90

Please sign in to comment.