Skip to content

Commit

Permalink
Merge pull request #561 from snyk/chore/add-quality-gates
Browse files Browse the repository at this point in the history
chore: add quality gates
  • Loading branch information
cvaidas authored Jun 25, 2024
2 parents ceec9e2 + f52f00c commit 522b87b
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
version: 2.1

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

jobs:
security-scans:
resource_class: small
docker:
- image: cimg/go:1.21
steps:
- checkout
- prodsec/security_scans:
mode: auto
open-source-additional-arguments: --exclude=testdata
iac-scan: disabled

workflows:
version: 2
Expand All @@ -11,4 +23,11 @@ workflows:
name: Scan repository for secrets
context:
- snyk-bot-slack
channel: dx-local-alerts
channel: snyk-on-snyk-devex_ide
filters:
branches:
ignore:
- main

- security-scans:
context: devex_ide

0 comments on commit 522b87b

Please sign in to comment.