Skip to content

Commit

Permalink
📖 Fix SBOM-Everywhere link (#4334)
Browse files Browse the repository at this point in the history
* Fix SBOM-Everywhere link

I noticed this link was broken (404) when trying to follow it.

Signed-off-by: Evan Anderson <[email protected]>

* modify the yaml source instead of generated doc

Signed-off-by: Spencer Schrock <[email protected]>

---------

Signed-off-by: Evan Anderson <[email protected]>
Signed-off-by: Spencer Schrock <[email protected]>
Co-authored-by: Spencer Schrock <[email protected]>
  • Loading branch information
evankanderson and spencerschrock authored Oct 16, 2024
1 parent 45782eb commit 367426e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/checks.md
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ allows them to identify vulnerabilities in the software supply chain.

Standards to be used during checks;
- OSSF SBOM Everywhere SIG naming and directory conventions:
- <https://github.com/ossf/SBOM-everywhere/blob/main/reference/SBOM_naming.md#consistent-naming-conventions>
- <https://github.com/ossf/SBOM-everywhere/blob/main/reference/sbom_naming.md#consistent-naming-conventions>

This check currently looks for the existence of an SBOM in the
source of a project and as a pipeline or release artifact.
Expand Down
2 changes: 1 addition & 1 deletion docs/checks/internal/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ checks:
Standards to be used during checks;
- OSSF SBOM Everywhere SIG naming and directory conventions:
- <https://github.com/ossf/SBOM-everywhere/blob/main/reference/SBOM_naming.md#consistent-naming-conventions>
- <https://github.com/ossf/SBOM-everywhere/blob/main/reference/sbom_naming.md#consistent-naming-conventions>
This check currently looks for the existence of an SBOM in the
source of a project and as a pipeline or release artifact.
Expand Down

0 comments on commit 367426e

Please sign in to comment.