mirror of
https://github.com/anchore/syft.git
synced 2025-11-18 17:03:17 +01:00
12 lines
208 B
INI
12 lines
208 B
INI
config {
|
|
log_id: %LOGID%
|
|
prefix: "test"
|
|
roots_pem_file: "/etc/config/root.pem"
|
|
private_key: {
|
|
[type.googleapis.com/keyspb.PEMKeyFile] {
|
|
path: "/etc/config/privkey.pem"
|
|
password: "foobar"
|
|
}
|
|
}
|
|
}
|