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