diff --git a/layouts/shortcodes/cve-feed.html b/layouts/shortcodes/cve-feed.html index 0c5b54671dcec..8b829079fba89 100644 --- a/layouts/shortcodes/cve-feed.html +++ b/layouts/shortcodes/cve-feed.html @@ -1,6 +1,6 @@ {{ $feed := getJSON .Site.Params.cveFeedBucket }} {{ if ne $feed.version "https://jsonfeed.org/version/1.1" }} - {{ errorf "Build Failed. CVE feed does not comply with JSON feed v1.1" }} + {{ warnf "CVE feed shortcode. KEP-3203: CVE feed does not comply with JSON feed v1.1." }} {{ end }}