Skip to content

Commit e78c4f2

Browse files
Merge pull request #43 from contentstack/master
back merge
2 parents 854c203 + 91f4f4e commit e78c4f2

3 files changed

Lines changed: 13 additions & 32 deletions

File tree

.github/workflows/sca-scan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
pull_request:
44
types: [opened, synchronize, reopened]
55
jobs:
6-
security:
6+
security-sca:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Checkout repository
@@ -16,4 +16,4 @@ jobs:
1616
- name: Run Snyk to check for vulnerabilities
1717
run: cd Contentstack.Utils && snyk test --fail-on=all
1818
env:
19-
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
19+
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}

.github/workflows/secrets-scan.yml

Lines changed: 0 additions & 29 deletions
This file was deleted.

CODEOWNERS

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,11 @@
1-
* @contentstack/security-admin
1+
* @contentstack/devex-pr-reviewers
2+
3+
.github/workflows/sca-scan.yml @contentstack/security-admin
4+
5+
.github/workflows/codeql-anaylsis.yml @contentstack/security-admin
6+
7+
**/.snyk @contentstack/security-admin
8+
9+
.github/workflows/policy-scan.yml @contentstack/security-admin
10+
11+
.github/workflows/issues-jira.yml @contentstack/security-admin

0 commit comments

Comments
 (0)