-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add more information on github setup & core requirements
Signed-off-by: Nigel Jones <[email protected]>
- Loading branch information
Showing
4 changed files
with
46 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Code Scanning | ||
|
||
# OSSF Scorecard | ||
|
||
Each project should integrate a scan using the OSSF scorecard | ||
|
||
See https://github.com/ossf/scorecard | ||
|
||
# vulnarability scanning | ||
|
||
tbd | ||
|
||
# linting & other checks |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Source code requirements | ||
|
||
## Licensing | ||
|
||
All source code should contain SPDX license headers. | ||
|
||
|
||
* https://spdx.dev/learn/handling-license-info/ for more documentation | ||
* https://spdx.org/licenses/ has a full list of labels | ||
|
||
The following are ok to use, others need legal review | ||
|
||
| SPDX Tag | Example | Used for | | ||
| --- | --- | --- | | ||
Apache-2.0 | | Source code| | ||
CC-BY-4.0 | | Documentation |