You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add GitHub Actions and Pub to the ecosystems list (ossf#74)
* Add GitHub Actions and Pub to the ecosystems list
This adds GitHub Actions and Pub to the documented list of defined ecosystems. The description for Pub is the wording taken directly from their website, but open to feedback if you'd like it to follow a specific pattern.
There are no validations on the ecosystems defined in the schema docs, so the validation JSON has not been updated.
* Clarify formatting of Actions name
Improve pseudocode for evaluation. (ossf#29)
Improve the pseudocode to cover matching `affected.versions` and
`affected.package` as well.
Link to this from earlier in the spec.
add schema_version and define how to use it (ossf#17)
* Add a schema_version field
* Use SemVer instead of SchemaVer for schema_version format
* Updating docs with suggested changes to schema_version field
* Bump schema version to 1.1.0