You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Pull JSON blob from queried issues
- Use shortcode to generate HTML table
- Make JSON blob accessible as static file
- Added static file generator for cve feed
- Update makefile to use the static file generator
gen-cve-feed: ## Generates content from GCS bucket with official cve data.
23
+
scripts/security/gen-cve-feed.sh
24
+
22
25
module-check: ## Check if all of the required submodules are correctly initialized.
23
26
@git submodule status --recursive | awk '/^[+-]/ {err = 1; printf "\033[31mWARNING\033[0m Submodule not initialized: \033[34m%s\033[0m\n",$$2} END { if (err != 0) print "You need to run \033[32mmake module-init\033[0m to initialize missing modules first"; exit err }'1>&2
0 commit comments