Skip to content

chore(brew): update new cli #88

chore(brew): update new cli

chore(brew): update new cli #88

Workflow file for this run

name: πŸ’‚ Security
on: [push, pull_request]
jobs:
gitguardian_scan:
name: πŸ¦‰ GitGuardian Scan
strategy:
matrix:
os:
- ubuntu-latest
runs-on: ${{ matrix.os }}
steps:
- name: πŸ›« Checkout
uses: actions/checkout@v4
- name: πŸ”Ž GitGuardian Scanning
uses: GitGuardian/gg-shield-action@master
env:
GITHUB_PUSH_BEFORE_SHA: ${{ github.event.before }}
GITHUB_PUSH_BASE_SHA: ${{ github.event.before }}
GITHUB_PULL_BASE_SHA: ${{ github.event.pull_request.base.sha }}
GITHUB_DEFAULT_BRANCH: ${{ github.event.repository.default_branch }}
GITGUARDIAN_API_KEY: ${{ secrets.GITGUARDIAN_API_KEY }}
trufflehog_scan:
name: πŸ— Trufflehog Scan
strategy:
matrix:
os:
- ubuntu-latest
runs-on: ${{ matrix.os }}
steps:
- name: πŸ›« Checkout
uses: actions/checkout@v4
- name: πŸ”Ž Trufflehog Scanning
uses: trufflesecurity/trufflehog@main