Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SBOM and license scanning information and monitor fixes #775

Merged
merged 3 commits into from
Jul 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions .clomonitor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# CLOMonitor metadata file

# Checks exemptions
exemptions:
- check: artifacthub_badge
reason: "Nephio artifacts are hosted on DockerHub"

- check: signed_releases
reason: >
"All Nephio release images are cryptographically signed during build with cosign.
Images and signatures are hosted in DockerHub. Naming convention is that signature
filename is an image sha256 digest and the file extension is .sig
Scorecard check is currently limited to repositories hosted on GitHub,
and does not support other source hosting repositories."

licenseScanning:
# In Nephio every PR is being tested for license compliance. Those include Fossology scan, Scancode-toolkit scan and
# Lichen scan of produced binaries. The results of those scans are available at Prow site:
url: https://prow.nephio.io/
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ series and it's corresponding [wiki pages](https://wiki.nephio.org/display/HOME
If you wish to participate in building Nephio, please join our SIG meetings, or reach out to us on Slack. You may also want to peruse the [Nephio Planning](https://github.com/orgs/nephio-project/projects)
project boards.

## Software Bill Of Materials
Release container images are digitally signed as well as have Software Bill Of Materials (SBOM) created for them. Both signature and sbom are stored in [DockerHub](https://hub.docker.com/u/nephio) as artifacts.
Naming convention is that filename is an image sha256 digest and the file extension is respectively .sig and .sbom

## Community

Please see the following resources for more information:
Expand Down