Skip to content

Refresh My Reports after shared submits #26

Refresh My Reports after shared submits

Refresh My Reports after shared submits #26

Workflow file for this run

name: Secret Scan
on:
push:
branches: ["**"]
pull_request:
jobs:
gitleaks:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run gitleaks
uses: gitleaks/gitleaks-action@v2
env:
GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE }}