Skip to content

Commit 00534b9

Browse files
committed
merged latest workflow changes
2 parents 544bb54 + de4f480 commit 00534b9

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/CODEOWNERS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
* @contentstack/devex-pr-reviewers
2+
.github/workflows/sca-scan.yml @contentstack/security-admin
3+
.github/workflows/issues-jira.yml @contentstack/security-admin
4+
.github/workflows/policy-scan.yml @contentstack/security-admin
5+
**/.snyk @contentstack/security-admin

.github/workflows/sca-scan.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,6 @@ jobs:
1313
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
1414
with:
1515
args: --all-projects --fail-on=all
16+
json: true
17+
continue-on-error: true
18+
- uses: contentstack/sca-policy@main

0 commit comments

Comments
 (0)