From 8c1b1ddde49c12644482212afb71da64bd8e3bfc Mon Sep 17 00:00:00 2001 From: appleboy Date: Tue, 26 Nov 2024 18:53:28 +0800 Subject: [PATCH] chore(bearer): refactor codebase and update testing configurations - Change the skipped rule from `CWE-242` to `go_gosec_unsafe_unsafe` Signed-off-by: appleboy --- bearer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bearer.yml b/bearer.yml index a9f4776..a283590 100644 --- a/bearer.yml +++ b/bearer.yml @@ -6,4 +6,4 @@ rule: only-rule: [] # Specify the comma-separated ids of the rules you would like to skip; # runs all other rules. - skip-rule: ["CWE-242"] + skip-rule: ["go_gosec_unsafe_unsafe"]