Skip to content

Latest commit

 

History

History
20 lines (10 loc) · 605 Bytes

code-scanning.md

File metadata and controls

20 lines (10 loc) · 605 Bytes

Actions

It's expected most projects will use Github actions where the capabilities are sufficient, and that the following will be set up:

build / test / package / linting

As needed by the project

OSSF Scorecard

OSSF scorecard assesses a project for best practice.

Each project should integrate a scan using the OSSF scorecard github action.

vulnerability scanning

CodeQL is available for open-source projects, and should be considered if appropriate for the language used.