aboutsummaryrefslogtreecommitdiffstats
path: root/justfile
diff options
context:
space:
mode:
Diffstat (limited to 'justfile')
-rwxr-xr-xjustfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/justfile b/justfile
index de753137..886c537e 100755
--- a/justfile
+++ b/justfile
@@ -13,6 +13,9 @@ _help:
@cve_create GIT_ID:
-scripts/cve_create {{GIT_ID}}
+# Create a bunch of CVEs that are contained, one per line, in FILENAME
+@cve_create_batch FILENAME:
+ -scripts/cve_create_batch {{FILENAME}}
# Update all, or just one, CVE entries with the latest version information
@cve_update *GIT_ID: