Skip to content

Commit 7b3f13b

Browse files
committed
chore: rebase on allowBuilds
1 parent 1bddd55 commit 7b3f13b

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232
"type": "tsgo --noEmit",
3333
"unit": "vp test",
3434
"leaks": "gitleaks git --config=.gitleaks.toml --verbose --redact",
35-
"vulns": "semgrep --config=p/typescript --config=p/nodejs --config=p/owasp-top-ten --config=p/secrets --exclude=\"**/fixtures/**\" --metrics=off",
3635
"scan": "pnpm leaks && pnpm vulns",
37-
"vers": "pnpm version --no-git-tag-version"
36+
"vers": "pnpm version --no-git-tag-version",
37+
"vulns": "semgrep --config=p/typescript --config=p/nodejs --config=p/owasp-top-ten --config=p/secrets --exclude=\"**/fixtures/**\" --metrics=off"
3838
},
3939
"dependencies": {
4040
"commander": "^14.0.3",

pnpm-workspace.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1-
dangerouslyAllowAllBuilds: true
1+
allowBuilds:
2+
esbuild: true
3+
lefthook: true
4+
msw: true
5+
sharp: true
6+
workerd: true

0 commit comments

Comments
 (0)