diff --git a/.github/workflows/scan.yml b/.github/workflows/scan.yml index 82541ed..c8705b8 100644 --- a/.github/workflows/scan.yml +++ b/.github/workflows/scan.yml @@ -1,5 +1,6 @@ name: Scan images using trivy on: + push: workflow_dispatch: schedule: - cron: "0 13 * * *" diff --git a/Makefile b/Makefile index 531a007..a29e499 100644 --- a/Makefile +++ b/Makefile @@ -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"