Skip to content

justaugustus/ossf-community

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenSSF Community

This repository contains documentation and metadata for the Open Source Security Foundation (OpenSSF) community governance groups.

For a complete listing of all groups, see the group list.

Governance Structure

The OpenSSF community is organized into four types of groups:

  • Working Groups (WGs) -- Primary organizational units focused on delivering guides, specifications, and frameworks for open source security.
  • Projects -- Technical initiatives focused on the development of open source software, tools, and specifications. Projects report to a Working Group or directly to the Technical Advisory Council (TAC).
  • Special Interest Groups (SIGs) -- Bounded-duration groups focused on specific topics, reporting to a Working Group.
  • Committees -- Board-level groups handling non-technical matters such as budget, marketing, and public policy. Committees report to the Governing Board.

Lifecycle Stages

Working Groups and Projects progress through lifecycle stages:

Stage Description
Sandbox Early stage, exploring viability
Incubating Active development, growing adoption
Graduated Mature, widely adopted
Archived No longer actively maintained

How This Repo Works

All governance group metadata is stored in a single source of truth: groups.yaml.

A Go-based generator reads this file and produces:

  • A README.md for each group directory (e.g., wg-best-practices/README.md)
  • A master group-list.md listing all groups

Do not edit generated README files directly. Instead, edit groups.yaml and run make generate.

Custom Content

Each generated README includes markers for custom content that will be preserved across regenerations:

<!-- BEGIN CUSTOM CONTENT -->
Your custom content here
<!-- END CUSTOM CONTENT -->

Getting Started

Prerequisites

  • Go 1.26 or later

Generate Documentation

make generate

Run Tests

make test

Verify Generated Docs Are Up to Date

make verify

Generate a Single Group

WHAT=wg-best-practices make generate

Contributing

See CONTRIBUTING.md for details on how to contribute to this repository.

License

This project is licensed under the Apache License 2.0 - see the LICENSE file for details.

About

OpenSSF community content

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors