Skip to content

Commit

Permalink
build(npm): upgrade test:sec ggshield command
Browse files Browse the repository at this point in the history
  • Loading branch information
ivangabriele committed Jun 8, 2024
1 parent 6da6f03 commit 218782d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"test": "yarn test:lint && yarn test:type && yarn test:unit:core && test:unit:webview",
"test:e2e": "xvfb-run wdio run ./configs/wdio.config.ts",
"test:lint": "eslint --ext cjs,cts,js,json,jsonc,mjs,mts,ts,tson,tsx .",
"test:sec": "ggshield iac scan .",
"test:sec": "ggshield iac scan all",
"test:type": "tsc --noEmit -p ./tsconfig.ci.json",
"test:unit:core": "make test",
"test:unit:webview": "jest --config=./configs/jest.config.js --detectOpenHandles",
Expand Down

0 comments on commit 218782d

Please sign in to comment.