We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0cbaf7 commit 8354255Copy full SHA for 8354255
.github/workflows/gitleaks.yaml
.github/workflows/weekly-test.yaml
@@ -52,3 +52,18 @@ jobs:
52
group_dir: ${{ matrix.group }}
53
ref: main
54
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
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