Skip to content

Commit 203c30e

Browse files
committed
Add unsupported lockb
1 parent f201d96 commit 203c30e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

socketsecurity/core/utils.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@
4242
"bun.lock": {
4343
"pattern": "bun.lock"
4444
},
45+
# Unsupported, but accept it so that users can be notified
46+
"bun.lockb": {
47+
"pattern": "bun.lockb"
48+
},
4549
"vlt-lock.json": {
4650
"pattern": "vlt-lock.json"
4751
}

0 commit comments

Comments
 (0)