Skip to content

Commit f81b703

Browse files
authored
chore(security): Add pnpm-lock.yml to improve SCA coverage [SEC-8051] (#7)
## Summary Adding pnpm-lock.yml to improve SCA coverage.
2 parents f6a3125 + bc8cbf1 commit f81b703

File tree

4 files changed

+5195
-3
lines changed

4 files changed

+5195
-3
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ dist
44
node_modules
55
package-lock.json
66
yarn.lock
7-
pnpm-lock.yaml
87
.DS_Store
98
*.log
109
*.tmp

.npmignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ dist/tsconfig.tsbuildinfo
77
node_modules
88
package-lock.json
99
yarn.lock
10-
pnpm-lock.yaml
1110
.DS_Store
1211
*.log
1312
*.tmp

internal/clean.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/bash
22
set -e
33

4-
rm -rf dist yarn.lock package-lock.json pnpm-lock.yaml node_modules ./*.log
4+
rm -rf dist yarn.lock package-lock.json node_modules ./*.log

0 commit comments

Comments
 (0)