Skip to content

ci: add release and linting workflows #93

ci: add release and linting workflows

ci: add release and linting workflows #93

Workflow file for this run

---
name: gitleaks
on: [push, pull_request] # yamllint disable-line
jobs:
scan:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
with:
fetch-depth: '0'
- uses: gitleaks/gitleaks-action@83373cf2f8c4db6e24b41c1a9b086bb9619e9cd3 # 2.3.7
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}