Skip to content

Commit 00572f5

Browse files
chore: add ansible vault password for pipeline and cra scan (#1023)
1 parent cd42475 commit 00572f5

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

.secrets.baseline

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"files": "go.sum|^.secrets.baseline$",
44
"lines": null
55
},
6-
"generated_at": "2025-02-20T13:46:36Z",
6+
"generated_at": "2025-03-21T14:01:55Z",
77
"plugins_used": [
88
{
99
"name": "AWSKeyDetector"
@@ -77,6 +77,16 @@
7777
}
7878
],
7979
"results": {
80+
"cra-config.yaml": [
81+
{
82+
"hashed_secret": "fa501f2ceec739604d621b521446b88d41a7f76b",
83+
"is_secret": false,
84+
"is_verified": false,
85+
"line_number": 17,
86+
"type": "Secret Keyword",
87+
"verified_result": null
88+
}
89+
],
8090
"modules/powervs-vpc-landing-zone/README.md": [
8191
{
8292
"hashed_secret": "91199272d5d6a574a51722ca6f3d1148edb1a0e7",
@@ -102,6 +112,16 @@
102112
"type": "Secret Keyword",
103113
"verified_result": null
104114
}
115+
],
116+
"tests/pr_test.go": [
117+
{
118+
"hashed_secret": "fa501f2ceec739604d621b521446b88d41a7f76b",
119+
"is_secret": false,
120+
"is_verified": false,
121+
"line_number": 88,
122+
"type": "Secret Keyword",
123+
"verified_result": null
124+
}
105125
]
106126
},
107127
"version": "0.13.1+ibm.62.dss",

cra-config.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ CRA_TARGETS:
1313
some-user@testing-box"
1414
TF_VAR_ssh_private_key: "some_key"
1515
TF_VAR_enable_monitoring: true
16-
TF_VAR_enable_scc_wp: false
16+
TF_VAR_enable_scc_wp: true
17+
TF_VAR_ansible_vault_password: "SecurePassw0rd!"

tests/pr_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ func setupOptionsStandardSolution(t *testing.T, prefix string) *testhelper.TestO
8585
"certificate_template_name": permanentResources["privateCertTemplateName"],
8686
"enable_monitoring": true,
8787
"enable_scc_wp": true,
88+
"ansible_vault_password": "SecurePassw0rd!",
8889
}
8990

9091
return options

0 commit comments

Comments
 (0)