Skip to content

Commit d8be74d

Browse files
authored
Merge pull request #1676 from csasalu/patch-1
Update release_sbom_spdx.adoc
2 parents 646016a + 52f5909 commit d8be74d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

antora/docs/modules/ROOT/pages/packages/release_sbom_spdx.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
= SPDX SBOM Package
22

3-
Checks different properties of the CycloneDX SBOMs associated with the image being validated.
3+
Checks different properties of the SPDX SBOMs associated with the image being validated.
44

55
== Package Name
66

antora/docs/modules/ROOT/pages/release_policy.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ a| SLSA v1 verification model states:
472472
This package correlates the provided source code reference with the source code referenced in the attestation.
473473

474474
| xref:packages/release_sbom_spdx.adoc[sbom_spdx]
475-
a| Checks different properties of the CycloneDX SBOMs associated with the image being validated.
475+
a| Checks different properties of the SPDX SBOMs associated with the image being validated.
476476

477477
| xref:packages/release_schedule.adoc[schedule]
478478
a| Rules that verify the current date conform to a given schedule.

policy/release/sbom_spdx/sbom_spdx.rego

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# METADATA
33
# title: SPDX SBOM
44
# description: >-
5-
# Checks different properties of the CycloneDX SBOMs associated with the image being validated.
5+
# Checks different properties of the SPDX SBOMs associated with the image being validated.
66
#
77
package sbom_spdx
88

0 commit comments

Comments
 (0)