Skip to content

Bump shell-quote from 1.8.3 to 1.8.4 (#591) #692

Bump shell-quote from 1.8.3 to 1.8.4 (#591)

Bump shell-quote from 1.8.3 to 1.8.4 (#591) #692

Workflow file for this run

name: security
on:
pull_request:
branches:
- '*'
push:
branches:
- master
permissions:
contents: read
jobs:
detect-secrets:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: detect secrets
uses: trufflesecurity/trufflehog@17456f8c7d042d8c82c9a8ca9e937231f9f42e26 # v3.95.2
with:
extra_args: "--exclude_paths .github/exclude-patterns.txt --max_depth=1"