Skip to content

Commit

Permalink
Add pypi vulnerability check configuration to the example profile (#1471
Browse files Browse the repository at this point in the history
)

Let's document all the supported ecosystems in examples.
  • Loading branch information
jhrozek authored Nov 5, 2023
1 parent 003a318 commit 9c3f815
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions examples/github/profiles/profile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,3 +136,8 @@ pull_request:
url: https://proxy.golang.org
sum_repository:
url: https://sum.golang.org
- name: pypi
vulnerability_database_type: osv
vulnerability_database_endpoint: https://api.osv.dev/v1/query
package_repository:
url: https://pypi.org/pypi

0 comments on commit 9c3f815

Please sign in to comment.