Skip to content

Commit

Permalink
ci: bearer cloud install
Browse files Browse the repository at this point in the history
  • Loading branch information
bearer-cloud[bot] committed Nov 26, 2023
1 parent e7a29fe commit 0452acc
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/bearer-cloud.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Bearer Cloud

on:
workflow_dispatch:
pull_request:
types: [opened, synchronize, reopened]
push:
branches:
- master

permissions:
contents: read

jobs:
rule_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Scan
id: scan
uses: bearer/bearer-action@v2
with:
diff: ${{ github.event.repository.default_branch != github.ref_name }}
api-key: ${{ secrets.BEARER_CLOUD_TOKEN }}

0 comments on commit 0452acc

Please sign in to comment.