Skip to content

Commit 5446944

Browse files
authored
fix: catalog defaults for scc evidence type (#588)
1 parent b3c23c3 commit 5446944

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ibm_catalog.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1925,7 +1925,7 @@
19251925
{
19261926
"key": "scc_evidence_locker_type",
19271927
"type": "string",
1928-
"default_value": "true",
1928+
"default_value": "",
19291929
"description": "Allowable values are `evidence-repo` and `evidence-bucket`. If left unset, the SCC tool will behave as if `evidence-repo` has been set and will use the evidence repository configured in the toolchain. If the COS tool has been enabled, then the bucket name in `cos_bucket_name` will be provided to the SCC tool and `evidence-bucket` will be set. To override this behavior, explicitly set `scc_evidence_locker_type`.",
19301930
"required": false
19311931
},
@@ -4122,7 +4122,7 @@
41224122
{
41234123
"key": "scc_evidence_locker_type",
41244124
"type": "string",
4125-
"default_value": "true",
4125+
"default_value": "",
41264126
"description": "Allowable values are `evidence-repo` and `evidence-bucket`. If left unset, the SCC tool will behave as if `evidence-repo` has been set and will use the evidence repository configured in the toolchain. If the COS tool has been enabled, then the bucket name in `cos_bucket_name` will be provided to the SCC tool and `evidence-bucket` will be set. To override this behavior, explicitly set `scc_evidence_locker_type`.",
41274127
"required": false
41284128
},

0 commit comments

Comments
 (0)