Skip to content

Commit 4394a84

Browse files
committed
chore: merge with main
2 parents ea94735 + 1c97bbb commit 4394a84

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.secrets.baseline

Lines changed: 4 additions & 4 deletions
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": "2024-05-07T11:31:16Z",
6+
"generated_at": "2024-05-07T12:00:08Z",
77
"plugins_used": [
88
{
99
"name": "AWSKeyDetector"
@@ -82,23 +82,23 @@
8282
"hashed_secret": "bbc4e9d52252171a3a306be55086c65b126189e8",
8383
"is_secret": false,
8484
"is_verified": false,
85-
"line_number": 37,
85+
"line_number": 38,
8686
"type": "Secret Keyword",
8787
"verified_result": null
8888
},
8989
{
9090
"hashed_secret": "d9e9019d9eb455a3d72a3bc252c26927bb148a10",
9191
"is_secret": false,
9292
"is_verified": false,
93-
"line_number": 54,
93+
"line_number": 55,
9494
"type": "Secret Keyword",
9595
"verified_result": null
9696
},
9797
{
9898
"hashed_secret": "b13d7622394e85c3b2694f426bc096b093764462",
9999
"is_secret": false,
100100
"is_verified": false,
101-
"line_number": 58,
101+
"line_number": 59,
102102
"type": "Secret Keyword",
103103
"verified_result": null
104104
}

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Before deploying the stack, ensure you have:
2929
* Ensure that the prefix is globally unique. It is used for the container registry namespace (which needs to be globally unique) in this alpha version.
3030
* If specifying `existing_secrets_manager_crn`, the `ibmcloud_api_key` that is passed as an input must have the documented read and write access to the instance.
3131
* If specifying `existing_secrets_manager_crn`, ensure that the default security group does not contain secrets named `signing-key` and `ibmcloud-api-key`. The RAG DA currently always attempts to create a secret with those names (temporary issue - to be fixed).
32+
* The signing key is the base64 key obtained from the `gpg --export-secret-key <Email Address> | base64` command. See https://cloud.ibm.com/docs/devsecops?topic=devsecops-devsecops-image-signing#cd-devsecops-gpg-export for details.
3233

3334
```json
3435
{

0 commit comments

Comments
 (0)