Skip to content
/ actions Public

[Deprecated] GitHub Actions to run Bearer Broker

Notifications You must be signed in to change notification settings

Bearer/actions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bearer Cloud Action

A GitHub Action for using Bearer Cloud to scan your codebase.

You can use the Action as follows:

name: Example workflow using Bearer Cloud

on:
  schedule:
    - cron: "0 9 * * *" # Runs every day at 9:00 am

permissions:
  contents: read # Minimal permissions

jobs:
  security:
    runs-on: ubuntu-latest
    steps:
      - name: Run Bearer Cloud
        uses: bearer/actions@main
        env:
          BEARER_TOKEN: ${{ secrets.BEARER_TOKEN }}

Made with 💜 by Bearer