Skip to content

chore(deps): update react monorepo #431

chore(deps): update react monorepo

chore(deps): update react monorepo #431

name: Sensitive Data Scanner
on: push
jobs:
Scanner:
name: Sensitive Data Scanner
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: trufflehog-actions-scan
uses: edplato/trufflehog-actions-scan@master
- name: gitleaks
run: |
docker run --rm \
-v /var/run/docker.sock:/var/run/docker.sock \
-v "${PWD}:/path" \
ghcr.io/gitleaks/gitleaks:latest \
detect \
--source="/path" \
-v --redact