Skip to content

Commit 9bc2f90

Browse files
Bearer integration (#269)
This is a POC for [bearer](https://docs.bearer.com/), which is a static scanner for security/privacy vulnerabilities. While [brakeman](https://brakemanscanner.org/) is Rails-specific, Bearer adds support for vulnerabilities on the language-level and supports the following languages: 1. JavaScript/TypeScript 2. Ruby 3. PHP 4. Java 5. Go 6. Python This PR aims to prove out bearer's effectiveness in the power-tools repo. Example failure: ![Screenshot 2024-11-06 at 9 56 43 AM](https://github.com/user-attachments/assets/6d99c673-26e9-4ce5-b03b-44ea3a5e3525)
1 parent c83ac21 commit 9bc2f90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reviewdog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: Bearer
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
11+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1212
- uses: reviewdog/action-setup@e04ffabe3898a0af8d0fb1af00c188831c4b5893 # v1
1313
with:
1414
reviewdog_version: latest

0 commit comments

Comments
 (0)