open-nomad/.release/security-scan.hcl

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

22 lines
273 B
HCL
Raw Normal View History

# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0
2022-04-06 15:47:02 +00:00
container {
secrets {
all = false
}
dependencies = false
alpine_security = false
}
binary {
go_modules = true
osv = false
nvd = false
secrets {
all = true
}
}