Skip to content

refactor: project cleanup and chart features [clean] #11

refactor: project cleanup and chart features [clean]

refactor: project cleanup and chart features [clean] #11

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 }}