* save results publicly

Signed-off-by: Neil Hanlon <neil@rockylinux.org>

* update for 8.6
This commit is contained in:
Neil Hanlon 2022-05-13 21:41:01 -04:00 committed by GitHub
parent 0f1c1475f9
commit f7a74536c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
name: Scan images using trivy
on:
push:
workflow_dispatch:
schedule:
- cron: "0 13 * * *"

View File

@ -4,7 +4,7 @@ KICKSTART_DIR = kickstarts
KICKSTART_PATH = "${KICKSTART_DIR}/Rocky-8-Container.ks"
LOG_DIR = logs
OUT = out
RELEASE_VER = 8.5
RELEASE_VER = 8.6
MAJOR = $(shell v='$(RELEASE_VER)'; echo "$${v%.*}")
TEMPLATE_DIR = templates
TEMPLATE_PATH = "${TEMPLATE_DIR}/tdl-${ARCH}.xml"