Skip to content

Bump peter-evans/create-pull-request from 7.0.1 to 7.0.3 #303

Bump peter-evans/create-pull-request from 7.0.1 to 7.0.3

Bump peter-evans/create-pull-request from 7.0.1 to 7.0.3 #303

Workflow file for this run

name: security
on:
pull_request:
branches:
- '*'
push:
branches:
- master
jobs:
detect-secrets:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: detect secrets
uses: edplato/trufflehog-actions-scan@c36ff9abf0af8290ef23b1b45a36e75c742dd1d8 # v0.9l-beta
with:
scanArguments: "--regex --entropy=False --exclude_paths .github/exclude-patterns.txt --max_depth=1"