Skip to content

Commit

Permalink
chore: change ownership and alerts channel (#282)
Browse files Browse the repository at this point in the history
* chore: change ownership and alerts channel

* chore: remove secret scanning from main
  • Loading branch information
cvaidas authored Jul 17, 2024
1 parent 2f99635 commit 7f2f7c7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2.1

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

workflows:
version: 2
Expand All @@ -11,4 +11,7 @@ workflows:
name: Scan repository for secrets
context:
- snyk-bot-slack
channel: hammerhead-alerts
channel: team-ide-vuln-alerts
filters:
branches:
ignore: main
4 changes: 2 additions & 2 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ metadata:
name: snyk-visual-studio-plugin
annotations:
github.com/project-slug: snyk/snyk-visual-studio-plugin
github.com/team-slug: snyk/hammerhead
github.com/team-slug: snyk/ide
spec:
type: ide-plugin
lifecycle: "-"
owner: hammerhead
owner: ide

0 comments on commit 7f2f7c7

Please sign in to comment.