aboutsummaryrefslogtreecommitdiffstats
path: root/bin/redhat/datasource.json
blob: d5066a06885b632ac5b403cbc506565e77750d02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "datasource" : [
    {
      "key" : "0030-redhat",
      "data" : "cve",
      "source" : "redhat",
      "name" : "RedHat",
      "description" : "RedHat",
      "attributes" : "ALT-SOURCE REST-ONLY",
      "cve_filter" : "CVE-",
      "init" : "",
      "update" : "",
      "lookup" : "bin/redhat/srtool_redhat.py %command%",
      "update_frequency" : "3",
      "_comment_" : "Update on Saturdays at 2:00 am",
      "update_time" : "{\"weekday\":\"5\",\"hour\":\"2\"}"
    }
  ]
}