Skip to content

Bump trufflesecurity/trufflehog from 3.53.0 to 3.54.3 #152

Bump trufflesecurity/trufflehog from 3.53.0 to 3.54.3

Bump trufflesecurity/trufflehog from 3.53.0 to 3.54.3 #152

Workflow file for this run

name: Security audit
on:
schedule:
- cron: "0 0 * * *" # every day at midnight
push:
pull_request:
jobs:
security_audit:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Credetials scan
uses: trufflesecurity/[email protected]
with:
path: ./
base: ${{ github.event.repository.default_branch }}
head: HEAD
extra_args: --debug --only-verified