Skip to content

Commit

Permalink
ci(bearer): add bearer token configuration and update API usage
Browse files Browse the repository at this point in the history
- Add bearer.yml configuration file with default rule settings and specific rules to skip

Signed-off-by: appleboy <appleboy.tw@gmail.com>
  • Loading branch information
appleboy committed Nov 26, 2024
1 parent 79467dd commit 63a57b0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions bearer.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
rule:
# Disable all default rules by setting this value to true.
disable-default-rules: false
# Specify the comma-separated ids of the rules you would like to run;
# skips all other rules.
only-rule: []
# Specify the comma-separated ids of the rules you would like to skip;
# runs all other rules.
skip-rule: ["CWE-242"]

0 comments on commit 63a57b0

Please sign in to comment.