Skip to content

Commit 8354255

Browse files
author
Tyler Titsworth
authored
Move Gitleaks to a Weekly Scan (#119)
1 parent f0cbaf7 commit 8354255

File tree

2 files changed

+15
-37
lines changed

2 files changed

+15
-37
lines changed

.github/workflows/gitleaks.yaml

-37
This file was deleted.

.github/workflows/weekly-test.yaml

+15
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,18 @@ jobs:
5252
group_dir: ${{ matrix.group }}
5353
ref: main
5454
secrets: inherit
55+
scan:
56+
name: gitleaks
57+
runs-on: ubuntu-latest
58+
steps:
59+
- name: Harden Runner
60+
uses: step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
61+
with:
62+
egress-policy: audit
63+
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
64+
with:
65+
fetch-depth: 0
66+
- uses: gitleaks/gitleaks-action@44c470ffc35caa8b1eb3e8012ca53c2f9bea4eb5 # v2.3.6
67+
env:
68+
GITHUB_TOKEN: ${{ secrets.ACTION_TOKEN }}
69+
GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE}}

0 commit comments

Comments
 (0)