Skip to content
Merged
2 changes: 1 addition & 1 deletion .github/workflows/sca-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@contentstack/cli-launch",
"version": "1.9.1",
"version": "1.9.2",
"description": "Launch related operations",
"author": "Contentstack CLI",
"bin": {
Expand Down
4 changes: 2 additions & 2 deletions src/config/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { VariablePreparationTypeOptions } from "../types";
import { VariablePreparationTypeOptions } from '../types';

const config = {
maxRetryCount: 3,
Expand All @@ -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',
Expand Down