Skip to content

Commit

Permalink
Update lockfile.go to have uv.lock extractor
Browse files Browse the repository at this point in the history
  • Loading branch information
cuixq authored Jan 22, 2025
1 parent 515614e commit 1c4ddf8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/osvscanner/internal/scanners/lockfile.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ var lockfileExtractorMapping = map[string]string{
"Pipfile.lock": "python/Pipfilelock",
"pdm.lock": "python/pdmlock",
"requirements.txt": "python/requirements",
"uv.lock": "python/uvlock",
"Cargo.lock": "rust/Cargolock",
"composer.lock": "php/composerlock",
"mix.lock": "erlang/mixlock",
Expand Down

0 comments on commit 1c4ddf8

Please sign in to comment.