Skip to content

Commit

Permalink
chore: add prodsec/security_scans (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
wayne-grant committed Jun 10, 2024
1 parent c52ed51 commit 3bfc605
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,21 @@
version: 2.1

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

go_image: &go_image
resource_class: small
docker:
- image: cimg/go:1.21

jobs:
security-scans:
<<: *go_image
steps:
- checkout
- prodsec/security_scans:
mode: auto
iac-scan: disabled

workflows:
version: 2
Expand All @@ -11,8 +25,11 @@ workflows:
name: Scan repository for secrets
context:
- snyk-bot-slack
channel: team-link-pipeline-info
channel: team-unify-alerts
filters:
branches:
ignore:
- main
- security-scans:
name: Security Scans
context: analysis_unify

0 comments on commit 3bfc605

Please sign in to comment.