Skip to content
This repository was archived by the owner on Jul 11, 2026. It is now read-only.

Commit dfdaf48

Browse files
h4x0rclaude
andcommitted
chore(ci): remove gitleaks job — requires paid org license
gitleaks-action v2 requires a GITLEAKS_LICENSE secret for GitHub organisation repos. Remove the job rather than suppress it. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent b06d604 commit dfdaf48

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -57,17 +57,6 @@ jobs:
5757
- uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
5858
- run: cargo test --lib --test e2e_dftt
5959

60-
secrets:
61-
name: Secret Scan (gitleaks)
62-
runs-on: ubuntu-latest
63-
steps:
64-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
65-
with:
66-
fetch-depth: 0
67-
- uses: gitleaks/gitleaks-action@83373cf2f8c4db6e24b41c1a9b086bb9619e9cd3 # v2.3.7
68-
env:
69-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
70-
7160
geiger:
7261
name: Unsafe Audit (cargo-geiger)
7362
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)