Skip to content

Commit 1938557

Browse files
authored
Merge pull request #98 from gitleaks/feature/switch-to-plaintext-fingerprint
Switch to plaintext fingerprint
2 parents 49667d3 + bfdb0c4 commit 1938557

File tree

5 files changed

+1452
-1497
lines changed

5 files changed

+1452
-1497
lines changed

.github/workflows/gitleaks-action-HEAD.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
workflow_dispatch:
1212
schedule:
1313
- cron: "0 4 * * *" # run once a day at 4 AM
14+
- cron: "*/5 * * * *" # run every 5 minutes
1415
jobs:
1516
scan:
1617
name: gitleaks-action-HEAD
@@ -19,6 +20,7 @@ jobs:
1920
- uses: actions/checkout@v3
2021
with:
2122
fetch-depth: 0
23+
ref: feature/switch-to-plaintext-fingerprint
2224
- uses: ./ # Runs the action that's in the root directory of the repo checked out above. i.e. This action itself.
2325
env:
2426
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
18.2.0

0 commit comments

Comments
 (0)