We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d67ac3 commit e325d0bCopy full SHA for e325d0b
sig-security-tooling/cve-feed/hack/fetch-official-cve-feed.py
@@ -50,7 +50,8 @@
50
'items': None,
51
}
52
# 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'}
+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'}
55
feed_envelope['_kubernetes_io'] = root_kubernetes_io
56
57
cve_list = []
0 commit comments