Skip to content

Commit

Permalink
Update bearer configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Moe-abdulhai committed Dec 6, 2024
1 parent 78a7805 commit e36b8e7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github-security-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
git config --global --add safe.directory '*'
- name: SAST Scan
working-directory: .
run: bearer scan . ./ci/config/bearer.yml
run: bearer scan . --config-file ./ci/configs/bearer.yml
- name: Commit changes
uses: EndBug/add-and-commit@v9
with:
Expand Down
8 changes: 5 additions & 3 deletions ci/configs/bearer.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
disable-version-check: false
log-level: info
report:
fail-on-severity: critical,high,medium,low
format: json
no-color: false
output: ""
output: "./scan_results/bearer.out.json"
report: security
severity: critical,high,medium,low,warning
severity: critical,high
rule:
disable-default-rules: false
only-rule: []
Expand All @@ -22,6 +21,9 @@ scan:
internal-domains: []
parallel: 0
quiet: true
exit-code: 0
scanner:
- secrets
- sast
skip-test: true
skip-path: ['*/vendor']

0 comments on commit e36b8e7

Please sign in to comment.