mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-01 11:47:07 -06:00
16 lines
273 B
HCL
16 lines
273 B
HCL
|
# Copyright (c) HashiCorp, Inc.
|
||
|
# SPDX-License-Identifier: MPL-2.0
|
||
|
|
||
|
container {
|
||
|
dependencies = false
|
||
|
alpine_secdb = true
|
||
|
secrets = false
|
||
|
}
|
||
|
|
||
|
binary {
|
||
|
secrets = true
|
||
|
go_modules = true
|
||
|
osv = false
|
||
|
oss_index = true
|
||
|
nvd = false
|
||
|
}
|