We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f201d96 commit 203c30eCopy full SHA for 203c30e
1 file changed
socketsecurity/core/utils.py
@@ -42,6 +42,10 @@
42
"bun.lock": {
43
"pattern": "bun.lock"
44
},
45
+ # Unsupported, but accept it so that users can be notified
46
+ "bun.lockb": {
47
+ "pattern": "bun.lockb"
48
+ },
49
"vlt-lock.json": {
50
"pattern": "vlt-lock.json"
51
}
0 commit comments