We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4632cd7 + effa6e8 commit defed72Copy full SHA for defed72
.github/CODEOWNERS
@@ -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
@@ -12,4 +12,4 @@ jobs:
12
env:
13
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
14
with:
15
- args: --all-projects --fail-on=all --strict-out-of-sync=false
+ args: --all-projects --fail-on=all
0 commit comments