Skip to content

Merge branch 'main' of github.com:CodigoSinSiesta/codigosinsiesta.git… #9

Merge branch 'main' of github.com:CodigoSinSiesta/codigosinsiesta.git…

Merge branch 'main' of github.com:CodigoSinSiesta/codigosinsiesta.git… #9

Workflow file for this run

name: TruffleHog
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
secret-scan:
name: Scan for Secrets
runs-on: ubuntu-latest
permissions:
contents: read
security-events: write
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: TruffleHog Secret Scan
uses: trufflesecurity/trufflehog@v3.88.3
with:
extra_args: --only-verified