Skip to content

Commit ebc5bd0

Browse files
authored
SCS: Update sbom format (#11630)
1 parent 7e2ec74 commit ebc5bd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/software-supply-chain-assurance/open-source-management/sbom-github-actions/generate-sbom-with-github-actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Make sure to include the required configurations from the [Requirements](#requir
5757
| **Key** | **Value Example** | **Description** | **Required** |
5858
|-----------------|-------------------------|------------------------------------------------------------|-------------|
5959
| `TOOL` | `Syft` or `cdxgen` | The tool used to generate the SBOM. | Yes |
60-
| `FORMAT` | `spdx-json` or `cyclonedx`| The format of the generated SBOM. | Yes |
60+
| `FORMAT` | `spdx-json` or `cyclonedx-json`| The format of the generated SBOM. | Yes |
6161
| `TARGET` | `image_name:image_tag` | The target artifact (Docker image) for SBOM generation. | Yes |
6262
| `ATTEST` | `true` or `false` | Boolean flag to determine if attestation is required. | No |
6363
| `KMS_KEY` | `path/to/my/key` | Path to the Private key used for signing the attestation. | No |

0 commit comments

Comments
 (0)