We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7615b9c + d58b86f commit 8b96701Copy full SHA for 8b96701
.github/workflows/sca-scan.yml
@@ -13,3 +13,6 @@ jobs:
13
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
14
with:
15
args: --all-projects --fail-on=all
16
+ json: true
17
+ continue-on-error: true
18
+ - uses: contentstack/sca-policy@main
packages/contentstack/package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@contentstack/cli",
3
"description": "Command-line tool (CLI) to interact with Contentstack",
4
- "version": "1.58.1",
+ "version": "1.59.0",
5
"author": "Contentstack",
6
"bin": {
7
"csdx": "./bin/run.js"
0 commit comments