Skip to content

Commit 11f74c0

Browse files
authored
chore(security): Add pnpm-lock.yml to improve SCA coverage [SEC-8051] (#12)
## Summary Adding pnpm-lock.yml to improve SCA coverage.
1 parent 527b6a3 commit 11f74c0

File tree

4 files changed

+5581
-3
lines changed

4 files changed

+5581
-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/*.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 dist.* yarn.lock package-lock.json pnpm-lock.yaml node_modules ./*.log
4+
rm -rf dist dist.* yarn.lock package-lock.json node_modules ./*.log

0 commit comments

Comments
 (0)