Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[KEP-3203] Prow job to Push CVE feed to GCS bucket #26896

Merged
merged 1 commit into from
Aug 1, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,28 @@ periodics:
testgrid-num-failures-to-alert: '1'
testgrid-dashboards: sig-security-snyk-scan
description: Run snyk scan on k/k master periodically
- name: auto-refreshing-official-cve-feed
interval: 2h
cluster: k8s-infra-prow-build-trusted
decorate: true
extra_refs:
- org: kubernetes
repo: sig-security
base_ref: main
labels:
preset-service-account: "true"
spec:
serviceAccountName: k8s-cve-feed
containers:
- image: python3.7
command:
- cd sig-security-tooling/cve-feed/hack/ && ./fetch-cve-feed.sh
env:
- name: CVE_GCS_PATH
value: "gs://k8s-cve-feed"
annotations:
testgrid-create-test-group: "true"
testgrid-alert-email: security-tooling-private@kubernetes.io
testgrid-num-failures-to-alert: '1'
testgrid-dashboards: sig-security-cve-feed
description: Auto refreshing official cve feed KEP 3203
2 changes: 2 additions & 0 deletions config/testgrids/kubernetes/sig-security/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ dashboard_groups:
dashboard_names:
- sig-security-cvelist-public
- sig-security-snyk-scan
- sig-security-cve-feed

# Dashboards
#
dashboards:
- name: sig-security-cvelist-public
- name: sig-security-snyk-scan
- name: sig-security-cve-feed