mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 13:26:07 +00:00
18 lines
296 B
HCL
18 lines
296 B
HCL
# Copyright (c) HashiCorp, Inc.
|
|
# SPDX-License-Identifier: BUSL-1.1
|
|
|
|
container {
|
|
dependencies = true
|
|
alpine_secdb = false
|
|
secrets = false
|
|
}
|
|
|
|
binary {
|
|
secrets = false
|
|
go_modules = false
|
|
osv = true
|
|
# TODO(spatel): CE refactor
|
|
oss_index = true
|
|
nvd = true
|
|
}
|