Skip to content

Retry Package

Retry Package #320

Workflow file for this run

name: secrets scanning with gitleaks
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
scan:
name: gitleaks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0 # fetch all history so multiple commits can be scanned
- uses: gitleaks/gitleaks-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}