Add cron jobs to service

This commit is contained in:
dwrz
2026-06-02 12:04:02 +00:00
parent e5238e4081
commit 6fb63c8c90
84 changed files with 3022 additions and 2452 deletions

View File

@@ -25,6 +25,7 @@ type config struct {
test bool
show ShowFlag
format FormatFlag
version bool
env []string
}
@@ -72,6 +73,7 @@ Usage:
cfg.patterns = flags.Args()
if version {
cfg.show = append(cfg.show, "version")
cfg.version = true
}
cfg.ScanLevel = govulncheck.ScanLevel(scanFlag)
cfg.ScanMode = govulncheck.ScanMode(modeFlag)