Skip to content

Commit 323708c

Browse files
authored
update ci doc to explicitly mention gosec (#1629)
1 parent 9630f80 commit 323708c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/dev/ci.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ The [test.yml](../../.github/workflows/test.yml) workflow takes the output from
5151

5252
### Linting
5353

54-
The lint workflow runs three seperate linters; `golangci` (via `make lint`, `shellcheck`, and `govulncheck`.
54+
The lint workflow runs three seperate linters; `golangci` (via `make lint`), `shellcheck`, and `govulncheck`.
5555

56-
`golangci` is a tool that makes use of a defined collection of other linters. The enabled linters (and other configuration) for `golangci` can be seen in [this repo's config file](../../.golangci.yml).
56+
`golangci` is a tool that makes use of a defined collection of other linters, such as `gosec` and `govet`. The enabled linters (and other configuration) for `golangci` can be seen in [this repo's config file](../../.golangci.yml).
5757

5858
`shellcheck` lints shell scripts in the repo. This is performed with default settings, using [`shellcheck-action`](https://github.com/bewuethr/shellcheck-action). This tool makes use of a regex to find all files within the codebase that have shell scripts that should be assessed.
5959

0 commit comments

Comments
 (0)