Skip to content

Commit e325d0b

Browse files
committed
CVE feed: Add a link to the testgrid.k8s.io prow job as metadata
1 parent 3d67ac3 commit e325d0b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sig-security-tooling/cve-feed/hack/fetch-official-cve-feed.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@
5050
'items': None,
5151
}
5252
# format the timestamp the same way as GitHub RFC 3339 timestamps, with only seconds and not milli and microseconds.
53-
root_kubernetes_io = {'updated_at': datetime.utcnow().isoformat(sep='T', timespec='seconds') + 'Z'}
53+
root_kubernetes_io = {'feed_refresh_job': 'https://testgrid.k8s.io/sig-security-cve-feed#auto-refreshing-official-cve-feed',
54+
'updated_at': datetime.utcnow().isoformat(sep='T', timespec='seconds') + 'Z'}
5455
feed_envelope['_kubernetes_io'] = root_kubernetes_io
5556

5657
cve_list = []

0 commit comments

Comments
 (0)