Skip to content

Commit 3272914

Browse files
committed
chore: improve security and testing configurations across the project
- Add `go_gosec_filesystem_filereadtaint` to the list of skipped rules in `bearer.yml` Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
1 parent aa37482 commit 3272914

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bearer.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ rule:
66
only-rule: []
77
# Specify the comma-separated ids of the rules you would like to skip;
88
# runs all other rules.
9-
skip-rule: ["go_gosec_unsafe_unsafe"]
9+
skip-rule: ["go_gosec_unsafe_unsafe", "go_gosec_filesystem_filereadtaint"]

0 commit comments

Comments
 (0)