Skip to content

Commit

Permalink
Create gitleaks.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nickolaj-jepsen authored Jan 11, 2022
1 parent ac704ba commit ce3ac0a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/gitleaks.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: gitleaks

on: [push,pull_request]

jobs:
gitleaks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: '0'
- name: gitleaks-action
uses: zricethezav/gitleaks-action@master

0 comments on commit ce3ac0a

Please sign in to comment.