Skip to content

Commit

Permalink
Merge pull request #98 from gitleaks/feature/switch-to-plaintext-fing…
Browse files Browse the repository at this point in the history
…erprint

Switch to plaintext fingerprint
  • Loading branch information
zricethezav authored Oct 10, 2022
2 parents 49667d3 + bfdb0c4 commit 1938557
Show file tree
Hide file tree
Showing 5 changed files with 1,452 additions and 1,497 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/gitleaks-action-HEAD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
workflow_dispatch:
schedule:
- cron: "0 4 * * *" # run once a day at 4 AM
- cron: "*/5 * * * *" # run every 5 minutes
jobs:
scan:
name: gitleaks-action-HEAD
Expand All @@ -19,6 +20,7 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
ref: feature/switch-to-plaintext-fingerprint
- uses: ./ # Runs the action that's in the root directory of the repo checked out above. i.e. This action itself.
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
18.2.0
Loading

0 comments on commit 1938557

Please sign in to comment.