-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
46bba36
commit 27fe2da
Showing
1 changed file
with
42 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
--- | ||
|
||
# This file annotates several of the scoring parameters used by Scorecard | ||
# and why they may or may not be applicable to this project. | ||
# | ||
# The following checks are not relevant or not applicable: | ||
annotations: | ||
- checks: | ||
- CII-Best-Practices | ||
reasons: | ||
- reason: not-applicable # we will not be participating in the program | ||
|
||
- checks: | ||
- Fuzzing | ||
reasons: | ||
- reason: not-applicable # this is a static website built from repository | ||
|
||
- checks: | ||
- License | ||
reasons: | ||
- reason: remediated # we are required to use CC0-1.0 | ||
|
||
- checks: | ||
- Packaging | ||
- Signed-Releases | ||
reasons: | ||
- reason: not-applicable # we do not produce packages | ||
|
||
# We use the following checks as-presented: | ||
# - Binary-Artifacts | ||
# - Branch-Protection | ||
# - CI-Tests | ||
# - Code-Review | ||
# - Contributors | ||
# - Dangerous-Workflow | ||
# - Dependency-Update-Tool | ||
# - Maintained | ||
# - Pinned-Dependencies | ||
# - SAST | ||
# - Security-Policy | ||
# - Token-Permissions | ||
# - Vulnerabilities |