diff --git a/checks/write.md b/checks/write.md index 1bffa3cd9c3a..47b3bff5a1a2 100644 --- a/checks/write.md +++ b/checks/write.md @@ -29,3 +29,5 @@ func init() { 9. Update the `checks/checks.yaml` with the description of your check. 10. Gerenate the `checks/check.md` using `go build && cd checks/main && ./main`. Verify `checks/check.md` was updated. 10. Update the [README.md](https://github.com/ossf/scorecard#scorecard-checks) with a short description of your check. + +For actual examples, look at [checks/binary_artifact.go](binary_artifact.go), [checks/code_review.go](code_review.go) and [checks/frozen_deps.go](frozen_deps.go). \ No newline at end of file