From 1f418c4d3aea3a262d33dff661a99c2dbf8f2170 Mon Sep 17 00:00:00 2001 From: dannyc-grafana <108755770+dannyc-grafana@users.noreply.github.com> Date: Sun, 15 Dec 2024 10:29:41 -0500 Subject: [PATCH] Update README.md Fix phrasing to be clearer --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f42e5acae1..33b42c1f02 100644 --- a/README.md +++ b/README.md @@ -387,7 +387,7 @@ $ gosec -fmt=json -out=results.json -stdout -verbose=text *.go ## Development -For help understanding the code structure and how to add a new rule, consult [CONTRIBUTING.md](https://github.com/securego/gosec/blob/master/CONTRIBUTING.md) +[CONTRIBUTING.md](https://github.com/securego/gosec/blob/master/CONTRIBUTING.md) contains detailed information about adding new rules to gosec. ### Build