mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2026-01-08 13:11:55 +00:00
17 lines
266 B
HCL
17 lines
266 B
HCL
# Copyright (c) HashiCorp, Inc.
|
|
# SPDX-License-Identifier: BUSL-1.1
|
|
|
|
container {
|
|
dependencies = true
|
|
alpine_secdb = true
|
|
secrets = true
|
|
}
|
|
|
|
binary {
|
|
secrets = false
|
|
go_modules = false
|
|
osv = true
|
|
oss_index = true
|
|
nvd = false
|
|
}
|