Skip to content

Commit f201d96

Browse files
committed
Add bun and vlt lockfiles
1 parent 206efe9 commit f201d96

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

socketsecurity/core/utils.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,12 @@
3838
},
3939
"pnpm-workspace.yml": {
4040
"pattern": "pnpm-workspace.yml"
41+
},
42+
"bun.lock": {
43+
"pattern": "bun.lock"
44+
},
45+
"vlt-lock.json": {
46+
"pattern": "vlt-lock.json"
4147
}
4248
},
4349
"pypi": {
@@ -105,4 +111,4 @@
105111
"pattern": "packages.lock.json"
106112
}
107113
}
108-
}
114+
}

0 commit comments

Comments
 (0)