Skip to content

Release v2.5.0

Release v2.5.0 #15

Workflow file for this run

name: "Secret scanning"
on:
push:
branches: [ main, master ]
pull_request:
branches: [ main, master ]
jobs:
gitleaks:
runs-on: ubuntu-latest
steps:
- name: Check out repo
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run gitleaks
uses: gitleaks/gitleaks-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}