Skip to content

Commit 4346680

Browse files
fix: repo setup
1 parent c2151a6 commit 4346680

3 files changed

Lines changed: 34 additions & 0 deletions

File tree

.circleci/config.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
version: 2.1
2+
3+
orbs:
4+
prodsec: snyk/prodsec-orb@1
5+
6+
filters_branches_ignore_main: &filters_branches_ignore_main
7+
filters:
8+
branches:
9+
ignore:
10+
- main
11+
12+
workflows:
13+
version: 2
14+
test_and_release:
15+
jobs:
16+
- prodsec/secrets-scan:
17+
name: Scan repository for secrets
18+
trusted-branch: main
19+
context:
20+
- snyk-bot-slack
21+
channel: os-team-managed-alerts
22+
<<: *filters_branches_ignore_main

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* @snyk/os-managed

catalog-info.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
apiVersion: backstage.io/v1alpha1
2+
kind: Component
3+
metadata:
4+
name: snyk-nodejs-plugin
5+
annotations:
6+
github.com/project-slug: snyk/snyk-nodejs-plugin
7+
github.com/team-slug: snyk/os-managed
8+
spec:
9+
type: snyk-cli-plugin
10+
lifecycle: "-"
11+
owner: os-managed

0 commit comments

Comments
 (0)