Skip to content

Commit

Permalink
checks.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Avishay <[email protected]>
  • Loading branch information
balteravishay committed Apr 14, 2023
1 parent 1476084 commit 7e37e4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/checks.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Note: If Scorecard is run without an administrative access token, the requiremen
Tier 1 Requirements (3/10 points):
- Prevent force push
- Prevent branch deletion
- For administrators: Do not allow bypassing the above settings
- For administrators: Include administrator for review

Tier 2 Requirements (6/10 points):
- Required reviewers >=1
Expand Down
2 changes: 1 addition & 1 deletion docs/checks/internal/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ checks:
remediation:
- >-
If your project is producing an application, declare all your dependencies with specific versions in your package
format file (e.g. `package.json` for npm, `requirements.txt` for python).
format file (e.g. `package.json` for npm, `requirements.txt` for python, `packages.config` for nuget).
For C/C++, check in the code from a trusted source and add a `README` on the
specific version used (and the archive SHA hashes).
- >-
Expand Down

0 comments on commit 7e37e4b

Please sign in to comment.