mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 05:23:04 +00:00
e818fdead0
* Copyright headers for config files git + circleci * Release folder copyright headers
17 lines
266 B
HCL
17 lines
266 B
HCL
# Copyright (c) HashiCorp, Inc.
|
|
# SPDX-License-Identifier: MPL-2.0
|
|
|
|
container {
|
|
dependencies = true
|
|
alpine_secdb = false
|
|
secrets = false
|
|
}
|
|
|
|
binary {
|
|
secrets = false
|
|
go_modules = false
|
|
osv = true
|
|
oss_index = true
|
|
nvd = true
|
|
}
|