Skip to content

Commit

Permalink
Standardize go tool link format
Browse files Browse the repository at this point in the history
  • Loading branch information
bradthebuilder committed Jun 25, 2021
1 parent 5a7c1e3 commit d1285f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ $ make vet
$ make lint
```

- Gosec, inspects source code for security problems [golint](https://github.com/securego/gosec). The following target in the [Makefile](https://github.com/dikhan/terraform-provider-openapi/blob/master/Makefile) runs go sec.
- [Gosec](https://github.com/securego/gosec) inspects source code for security problems. The following target in the [Makefile](https://github.com/dikhan/terraform-provider-openapi/blob/master/Makefile) runs go sec.
```
$ make gosec
```
Expand Down

0 comments on commit d1285f3

Please sign in to comment.