You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description="Stringified JSON containing the properties for the CI toolchain pipelines."
665
+
default=""
666
+
}
667
+
668
+
variable"ci_pipeline_properties_filepath" {
669
+
type=string
670
+
description="The path to the file containing the property JSON. If this is not set, it will by default read the `properties.json` file at the root of the module."
671
+
default=""
672
+
}
673
+
662
674
variable"ci_print_code_signing_certificate" {
663
675
type=string
664
676
description="Set to `1` to enable printing of the public signing certificate in the logs."
665
677
default="1"
666
678
}
667
679
680
+
variable"ci_repository_properties" {
681
+
type=string
682
+
description="Stringified JSON containing the repositories and triggers that get created in the CI toolchain pipelines."
683
+
default=""
684
+
}
685
+
686
+
variable"ci_repository_properties_filepath" {
687
+
type=string
688
+
description="The path to the file containing the repository and triggers JSON. If this is not set, it will by default read the `repositories.json` file at the root of the module."
689
+
default=""
690
+
}
691
+
668
692
variable"ci_repositories_prefix" {
669
693
type=string
670
694
description="Prefix name for the cloned compliance repos. For the repositories_prefix value only a-z, A-Z and 0-9 and the special characters `-_` are allowed. In addition the string must not end with a special character or have two consecutive special characters."
description="Set this flag to `1` and `pr-cra-bom-generate` to `1` for cra vulnerability scan in PR pipeline. If this value is set to `1` and `pr-cra-bom-generate` is set to `0`, the scan will be marked as `failure`"
description="Set this flag to `1` and `ci-cra-bom-generate` to `1` for cra vulnerability scan in CI pipeline. If this value is set to 1 and `ci-cra-bom-generate` is set to `0`, the scan will be marked as `failure`"
description="Use the Secrets Manager integration."
1923
2041
type=bool
1924
2042
default=false
1925
2043
}
1926
2044
2045
+
variable"cd_pipeline_properties" {
2046
+
type=string
2047
+
description="Stringified JSON containing the properties for the CD toolchain pipelines."
2048
+
default=""
2049
+
}
2050
+
2051
+
variable"cd_pipeline_properties_filepath" {
2052
+
type=string
2053
+
description="The path to the file containing the property JSON. If this is not set, it will by default read the `properties.json` file at the root of the module."
2054
+
default=""
2055
+
}
2056
+
2057
+
variable"cd_pre_prod_evidence_collection" {
2058
+
type=string
2059
+
description="Set this flag to collect the pre-prod evidences and the change requests in the production deployment (target-environment-purpose set to production). Default value is 0."
description="Stringified JSON containing the repositories and triggers that get created in the CI toolchain pipelines."
2070
+
default=""
2071
+
}
2072
+
2073
+
variable"cd_repository_properties_filepath" {
2074
+
type=string
2075
+
description="The path to the file containing the repository and triggers JSON. If this is not set, it will by default read the `repositories.json` file at the root of the module."
2076
+
default=""
2077
+
}
2078
+
1927
2079
variable"cd_sm_secret_group" {
1928
2080
type=string
1929
2081
description="Group in Secrets Manager for organizing/grouping secrets."
description="Set this flag to `1` and `cra-bom-generate` to `1` for cra vulnerability scan. If this value is set to 1 and `cra-bom-generate` is set to 0, the scan will be marked as `failure`"
description="Stringified JSON containing the properties for the CC toolchain pipelines."
3793
+
default=""
3794
+
}
3795
+
3796
+
variable"cc_pipeline_properties_filepath" {
3797
+
type=string
3798
+
description="The path to the file containing the property JSON. If this is not set, it will by default read the `properties.json` file at the root of the module."
3799
+
default=""
3800
+
}
3801
+
3802
+
variable"cc_repository_properties" {
3803
+
type=string
3804
+
description="Stringified JSON containing the repositories and triggers that get created in the CI toolchain pipelines."
3805
+
default=""
3806
+
}
3807
+
3808
+
variable"cc_repository_properties_filepath" {
3809
+
type=string
3810
+
description="The path to the file containing the repository and triggers JSON. If this is not set, it will by default read the `repositories.json` file at the root of the module."
3811
+
default=""
3812
+
}
3813
+
3591
3814
variable"cc_opt_in_dynamic_api_scan" {
3592
3815
type=string
3593
3816
description="To enable the OWASP Zap API scan. '1' enable or '0' disable."
0 commit comments