mirror of
https://github.com/rocky-linux/sig-cloud-instance-images.git
synced 2024-12-18 07:08:30 +00:00
8 6 (#21)
* save results publicly Signed-off-by: Neil Hanlon <neil@rockylinux.org> * update for 8.6
This commit is contained in:
parent
0f1c1475f9
commit
f7a74536c0
1
.github/workflows/scan.yml
vendored
1
.github/workflows/scan.yml
vendored
@ -1,5 +1,6 @@
|
||||
name: Scan images using trivy
|
||||
on:
|
||||
push:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: "0 13 * * *"
|
||||
|
2
Makefile
2
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"
|
||||
|
Loading…
Reference in New Issue
Block a user