Skip to content

Commit 63a57b0

Browse files
committed
ci(bearer): add bearer token configuration and update API usage
- Add bearer.yml configuration file with default rule settings and specific rules to skip Signed-off-by: appleboy <appleboy.tw@gmail.com>
1 parent 79467dd commit 63a57b0

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

bearer.yml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
rule:
2+
# Disable all default rules by setting this value to true.
3+
disable-default-rules: false
4+
# Specify the comma-separated ids of the rules you would like to run;
5+
# skips all other rules.
6+
only-rule: []
7+
# Specify the comma-separated ids of the rules you would like to skip;
8+
# runs all other rules.
9+
skip-rule: ["CWE-242"]

0 commit comments

Comments
 (0)