Skip to content

Added BypassesNetworkControls risk category and detection logic #554

Added BypassesNetworkControls risk category and detection logic

Added BypassesNetworkControls risk category and detection logic #554

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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
- name: detect secrets
uses: trufflesecurity/trufflehog@ef6e76c3c4023279497fab4721ffa071a722fd05 # v3.92.4
with:
extra_args: "--exclude_paths .github/exclude-patterns.txt --max_depth=1"