open-component-model / ocm

Open Component Model (Software Bill of Delivery) Toolset
https://ocm.software
Apache License 2.0
35 stars 23 forks source link

Support "Open Source Security Foundation" Best Practises ("passed") #340

Closed In-Ko closed 1 year ago

In-Ko commented 1 year ago

Description Following the OpenSSF Best Practises and earning its Badge is a great way to show the world that Open Source Projects take security of their Projects serious. The process is described on the website, and a first assessment questionnaire for OCM is already available.

All criteria for all three levels (passing, silver and gold) are listed here: https://bestpractices.coreinfrastructure.org/en/criteria

In-Ko commented 1 year ago

Currently open issues to get to the "passed" level:

ThormaehlenFred commented 1 year ago

Hi @In-Ko thank you for creating this issue. Please label it with area/ipcei, area/security and area/compliance. See those issues as an example https://github.com/gardener/gardener/issues?q=is%3Aissue+is%3Aopen+label%3Aarea%2Fipcei

In-Ko commented 1 year ago

I think this has been closed a bit to early:

Only if the two remaining subtasks are also done, the questionnaire been updated accordingly, and the OSSF "passed" badge is visible in our Repos (I propose: OCM Repo and maybe also on our website somewhere), this task can be closed.

In-Ko commented 1 year ago

As agreed in the meeting today, we now fulfil also the 5 remaining issues of the questionnaire. After the questionnaire has been updated accordingly and the Badge is displayed in the OCM Repo and on the OCM Website, we can close this issue.

In-Ko commented 1 year ago

I was able to update the questionnaire now based on our discussions, so that now we have a 100% passing for the initial badge.

@phoban01 : As discussed, you can now go ahead and add the Badge to the OCM Repo itself and to our ocm.website. Markdown: [![OpenSSF Best Practices](https://bestpractices.coreinfrastructure.org/projects/7156/badge)](https://bestpractices.coreinfrastructure.org/projects/7156)

HTML: <a href="https://bestpractices.coreinfrastructure.org/projects/7156"><img src="https://bestpractices.coreinfrastructure.org/projects/7156/badge"></a>

Thanks!