Skip to content

Commit 8c1b1dd

Browse files
committed
chore(bearer): refactor codebase and update testing configurations
- Change the skipped rule from `CWE-242` to `go_gosec_unsafe_unsafe` Signed-off-by: appleboy <[email protected]>
1 parent 63a57b0 commit 8c1b1dd

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: ["CWE-242"]
9+
skip-rule: ["go_gosec_unsafe_unsafe"]

0 commit comments

Comments
 (0)