Skip to content

Aprimorando o script #12

Aprimorando o script

Aprimorando o script #12

Workflow file for this run

name: Gitleaks Scan
on:
pull_request:
push:
branches:
- main
jobs:
gitleaks:
name: Scan for secrets
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run Gitleaks
uses: gitleaks/gitleaks-action@v2
with:
config-path: .gitleaks.toml
fail: true