Skip to content

Merge pull request #108 from arran4/issue89 #57

Merge pull request #108 from arran4/issue89

Merge pull request #108 from arran4/issue89 #57

Workflow file for this run

name: gitleaks
on: [push,pull_request]
jobs:
gitleaks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: gitleaks-action
uses: zricethezav/gitleaks-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}