mirror of
https://github.com/kemko/nomad.git
synced 2026-01-04 17:35:43 +03:00
19 lines
205 B
HCL
19 lines
205 B
HCL
container {
|
|
secrets {
|
|
all = false
|
|
}
|
|
|
|
dependencies = false
|
|
alpine_security = false
|
|
}
|
|
|
|
binary {
|
|
go_modules = true
|
|
osv = false
|
|
nvd = false
|
|
|
|
secrets {
|
|
all = true
|
|
}
|
|
}
|