Skip to content

Commit

Permalink
docs(whitelist): add example
Browse files Browse the repository at this point in the history
  • Loading branch information
Laudenlaruto committed Jan 7, 2025
1 parent 69cde76 commit c331388
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,9 @@ You can also whitelist entire checks in **modules** by adding them to a `.guacam
The format of the file should be: path of the `module - check ID` to ignore.
```bash
pathtomodule/modules/cloud-run-app TF_MOD_002
pathtomodule/modules/cloud-run-app TF_MOD_002,TF_MOD_001
pathtomodule/modules/network TF_NAM_001

```
This is the only way to whitelist the check `TF_MOD_002`
Expand Down

0 comments on commit c331388

Please sign in to comment.