Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentsimon committed Jul 16, 2021
1 parent c7201d1 commit 5a6ae44
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions checks/write.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

0 comments on commit 5a6ae44

Please sign in to comment.