Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 572 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 572 Bytes

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