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
$ make augment-sbom SBOM_JSON_FILE="temp/linux_amd64.sbom.json"
179
-
$ make augment-sbom SBOM_JSON_FILE="temp/linux_arm64.sbom.json"
180
-
```
181
-
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
-
```
141
+
The manual SSDLC compliance steps previously documented (including the use of make augment-sbom and make store-augmented-sboms) are no longer required as this process is now fully automated. Starting with version 2.10.0, the official Software Bill of Materials (SBOM) files for both linux-amd64 and linux-arm64 are automatically generated and published directly to the GitHub release page. You can find them listed alongside the other release artifacts. For any versions prior to 2.10.0, the historical SBOMs remain available in the internal S3 bucket.
191
142
192
143
## Synchronize configuration changes with the Helm Charts
0 commit comments