Skip to content

Commit

Permalink
pin vunnel providers (#458)
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Goodman <[email protected]>
  • Loading branch information
wagoodman authored Jan 8, 2025
1 parent 80b41c0 commit 76ffc97
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 4 deletions.
16 changes: 14 additions & 2 deletions config/grype-db/publish-nightly-r2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,24 @@ provider:
# for every new provider that is added.
#
# Any providers that should be excluded from processing should be added to the 'provider.vunnel.excludeProviders' list.
configs: []
configs:
- name: nvd
- name: alpine
- name: amazon
- name: chainguard
- name: debian
- name: github
- name: mariner
- name: oracle
- name: rhel
- name: sles
- name: ubuntu
- name: wolfi

vunnel:
executor: docker
docker-tag: latest
generate-configs: true
generate-configs: false
env:
GITHUB_TOKEN: $GITHUB_TOKEN
NVD_API_KEY: $NVD_API_KEY
Expand Down
16 changes: 14 additions & 2 deletions config/grype-db/publish-nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,24 @@ provider:
# for every new provider that is added.
#
# Any providers that should be excluded from processing should be added to the 'provider.vunnel.excludeProviders' list.
configs: []
configs:
- name: nvd
- name: alpine
- name: amazon
- name: chainguard
- name: debian
- name: github
- name: mariner
- name: oracle
- name: rhel
- name: sles
- name: ubuntu
- name: wolfi

vunnel:
executor: docker
docker-tag: latest
generate-configs: true
generate-configs: false
env:
GITHUB_TOKEN: $GITHUB_TOKEN
NVD_API_KEY: $NVD_API_KEY
Expand Down

0 comments on commit 76ffc97

Please sign in to comment.