Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/linters/.gitleaks.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
title = "gitleaks config"

[extend]
useDefault = true

[allowlist]
description = "Allow test fixture data with dummy credentials"
paths = [
Expand Down
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ package-lock.json
# phpunit (if present)
.phpunit.cache
.phpunit.result.cache
phpunit.xml*
phpunit.xml

# vagrant (if present)
.vagrant
Expand All @@ -57,4 +57,3 @@ Thumbs.db
.buildpath
.project
.settings
phpunit.xml
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## 0.3.2 Under development

- chore: update `.gitleaks.toml` configuration and `scaffold-lock.json` version.

## 0.3.1 May 06, 2026

- chore: skip `HeredocIndentationFixer` class to preserve heredoc alignment.
Expand Down
4 changes: 2 additions & 2 deletions scaffold-lock.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"providers": {
"php-forge/baseline": {
"version": "0.1.0",
"version": "0.1.1",
Comment thread
terabytesoftw marked this conversation as resolved.
"path": "vendor/php-forge/baseline"
}
},
Expand Down Expand Up @@ -67,7 +67,7 @@
"mode": "replace"
},
".github/linters/.gitleaks.toml": {
"hash": "sha256:c500506cb29afadfd898384f12bcabdf5b494f6f2da982217e0a6e33b10f6ec6",
"hash": "sha256:33589aa4b1b2bd29dc30603b2e590d75a83f59da3fcd8e0b7a148c59726efb85",
"provider": "php-forge/baseline",
"source": "metadata/.github/linters/.gitleaks.toml",
"mode": "replace"
Expand Down
Loading