Skip to content

Commit

Permalink
chore(sec): 🧸 add bearer
Browse files Browse the repository at this point in the history
Signed-off-by: Manuel Ruck <[email protected]>
  • Loading branch information
Manuel Ruck committed Jul 2, 2024
1 parent dfedff1 commit 60f7f1e
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .github/workflows/bearer.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: 🧸 Bearer

on:
pull_request:
types: [opened, synchronize, reopened]

permissions:
contents: read

jobs:
rule_check:
runs-on: ubuntu-latest
steps:
- name: ⬇️ Checkout
uses: actions/checkout@v4

- name: 🧸 Bearer
uses: bearer/bearer-action@v2
continue-on-error: true
with:
diff: true
output: results.sarif
format: sarif

- name: 🆙 Upload SARIF file
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: results.sarif
category: security-bearer

0 comments on commit 60f7f1e

Please sign in to comment.