diff --git a/.github/workflows/sca-scan.yml b/.github/workflows/sca-scan.yml index 22e7229..f09161f 100644 --- a/.github/workflows/sca-scan.yml +++ b/.github/workflows/sca-scan.yml @@ -12,4 +12,4 @@ jobs: env: SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }} with: - args: --all-projects --fail-on=all --strict-out-of-sync=false + args: --all-projects --fail-on=all diff --git a/package-lock.json b/package-lock.json index 52855e5..2449e1c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@contentstack/cli-launch", - "version": "1.9.1", + "version": "1.9.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@contentstack/cli-launch", - "version": "1.9.1", + "version": "1.9.2", "license": "MIT", "dependencies": { "@apollo/client": "^3.11.8", diff --git a/package.json b/package.json index 855a00a..003f2af 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@contentstack/cli-launch", - "version": "1.9.1", + "version": "1.9.2", "description": "Launch related operations", "author": "Contentstack CLI", "bin": { diff --git a/src/config/index.ts b/src/config/index.ts index dccf7e9..d615306 100755 --- a/src/config/index.ts +++ b/src/config/index.ts @@ -1,4 +1,4 @@ -import { VariablePreparationTypeOptions } from "../types"; +import { VariablePreparationTypeOptions } from '../types'; const config = { maxRetryCount: 3, @@ -7,7 +7,7 @@ const config = { manageApiEndpoint: 'manage/graphql', projectCreationRetryMaxCount: 3, fileUploadConfig: { - exclude: ['logs', '.next', 'node_modules', '.cs-launch.json'], + exclude: ['logs', '.next', 'node_modules', '.cs-launch.json', '.git', '.env', '.env.local', '.vscode'], }, outputDirectories: { GATSBY: './public',