Skip to content

Commit 5b150bf

Browse files
author
Arnel Jan Sarmiento
committed
chore: Clean up Gitleaks configuration by removing unused allowlist section and streamline CI workflow permissions for package access.
1 parent 3616d6a commit 5b150bf

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ jobs:
5555
contents: read
5656
id-token: write
5757
pull-requests: read
58+
packages: read
5859
steps:
5960
- uses: actions/checkout@v4
6061
- uses: gitleaks/gitleaks-action@v2

.gitleaks.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,3 @@ title = "Durianpy gitleaks configuration"
33
# Keep this minimal: use Gitleaks' built-in rules and add only repo-specific allowlists.
44
[extend]
55
useDefault = true
6-
7-
[allowlist]
8-
description = "Allowlists for known non-secret patterns and generated artifacts in Durianpy infrastructure"
9-
10-
# Avoid scanning common vendor/lock artifacts and build caches in commits.
11-
paths = []

0 commit comments

Comments
 (0)