Skip to content

Commit

Permalink
Support other osv-scanner lockfile types (#799)
Browse files Browse the repository at this point in the history
Supports `pdm.lock` and `renv.lock`, which osv-scanner started checking
for this year. Reported by a community user.
  • Loading branch information
TylerJang27 authored Jun 25, 2024
1 parent 8dc28bd commit 4cb3f74
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions linters/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -389,10 +389,14 @@ lint:
- requirements.txt
- Pipfile.lock
- poetry.lock
- pdm.lock

# Ruby
- Gemfile.lock

# R
- renv.lock

- name: lua
extensions:
- lua
Expand Down

0 comments on commit 4cb3f74

Please sign in to comment.