Skip to content

feat+ci: Added support for notifications via e-mail and Secrets Leaks… #1

feat+ci: Added support for notifications via e-mail and Secrets Leaks…

feat+ci: Added support for notifications via e-mail and Secrets Leaks… #1

Workflow file for this run

name: Secret Detection
on:
push:
branches:
- main
jobs:
scan-secrets:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Run TruffleHog OSS
uses: trufflesecurity/trufflehog@v3.67.6