Skip to content

Commit defed72

Browse files
committed
Merge branch 'main' into development
2 parents 4632cd7 + effa6e8 commit defed72

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
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/sast-scan.yml @contentstack/security-admin
4+
.github/workflows/jira.yml @contentstack/security-admin
5+
**/.snyk @contentstack/security-admin

.github/workflows/sca-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ jobs:
1212
env:
1313
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
1414
with:
15-
args: --all-projects --fail-on=all --strict-out-of-sync=false
15+
args: --all-projects --fail-on=all

0 commit comments

Comments
 (0)