Skip to content

Commit bd73223

Browse files
committed
Remove need to store SBOMs in S3
1 parent 9aa2ec4 commit bd73223

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

docs/dev/release.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -179,16 +179,6 @@ $ make augment-sbom SBOM_JSON_FILE="temp/linux_amd64.sbom.json"
179179
$ make augment-sbom SBOM_JSON_FILE="temp/linux_arm64.sbom.json"
180180
```
181181

182-
### Register SBOMs internally
183-
184-
To be able to store SBOMs in S3, you need special credentials.
185-
Please advise the Wiki page "Kubernetes Atlas Operator SSDLC Compliance Manual".
186-
187-
```shell
188-
$ make store-augmented-sboms VERSION=${VERSION} TARGET_ARCH=amd64 SBOMS_DIR=temp
189-
$ make store-augmented-sboms VERSION=${VERSION} TARGET_ARCH=arm64 SBOMS_DIR=temp
190-
```
191-
192182
## Synchronize configuration changes with the Helm Charts
193183

194184
Go to the [helm-chart repo](https://github.com/mongodb/helm-charts) and locate the [Pull Request](https://github.com/mongodb/helm-charts/pulls)

0 commit comments

Comments
 (0)