mirror of
https://github.com/securego/gosec.git
synced 2024-11-05 19:45:51 +00:00
parent
7fd4aef9dc
commit
1297bedbc7
1 changed files with 1 additions and 1 deletions
|
@ -213,7 +213,7 @@ of functions which will be skipped when auditing the not checked errors:
|
|||
```JSON
|
||||
{
|
||||
"G104": {
|
||||
"io/ioutil": ["WriteFile"]
|
||||
"ioutil": ["WriteFile"]
|
||||
}
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue