Skip to content

Revert "[SCM ADMIN] Adding/Updating GUS aware code owners info @W-139… #202

Revert "[SCM ADMIN] Adding/Updating GUS aware code owners info @W-139…

Revert "[SCM ADMIN] Adding/Updating GUS aware code owners info @W-139… #202

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@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
- 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"