Skip to content

Update actions/checkout digest to a5ac7e5 #325

Update actions/checkout digest to a5ac7e5

Update actions/checkout digest to a5ac7e5 #325

Workflow file for this run

name: Scan for Secrets
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
with:
submodules: false
- name: Trufflehog Actions Scan
uses: edplato/trufflehog-actions-scan@master
with:
scanArguments: "--regex --max_depth=10 -x .trufflehog/exclude-patterns.txt"