Skip to content

chore: prepare v0.4.0 release #7

chore: prepare v0.4.0 release

chore: prepare v0.4.0 release #7

Workflow file for this run

name: Secret Scan
on:
pull_request:
push:
branches:
- main
workflow_dispatch:
schedule:
- cron: '0 4 * * 1'
permissions:
contents: read
jobs:
gitleaks:
name: gitleaks
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run gitleaks
uses: gitleaks/gitleaks-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITLEAKS_ENABLE_COMMENTS: 'false'
trufflehog:
name: trufflehog
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run trufflehog
uses: trufflesecurity/trufflehog@main
with:
extra_args: --results=verified,unknown