mirror of
https://github.com/securego/gosec.git
synced 2024-12-25 03:55:54 +00:00
Fix typo
This commit is contained in:
parent
5d33e6ebe1
commit
b6626154df
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ A number of global settings can be provided in a configuration file as follows:
|
||||||
```
|
```
|
||||||
|
|
||||||
- `nosec`: this setting will overwrite all `#nosec` directives defined throughout the code base
|
- `nosec`: this setting will overwrite all `#nosec` directives defined throughout the code base
|
||||||
- `audit`: runs is audit mode which enables addition checks that for normal code analysis might be too nosy
|
- `audit`: runs in audit mode which enables addition checks that for normal code analysis might be too nosy
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Run with a global configuration file
|
# Run with a global configuration file
|
||||||
|
|
Loading…
Reference in a new issue