@ministryofjustice/hmpps-precommit-hooks 2.0.0 → 2.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Change log
2
2
 
3
+ ## 2.0.1
4
+
5
+ Fixing config.toml location
6
+
3
7
  ## 2.0.0
4
8
 
5
9
  ### Breaking Changes
@@ -10,7 +10,7 @@ repos:
10
10
  hooks:
11
11
  - id: baseline
12
12
  env:
13
- GITLEAKS_CONFIGURATION_FILE: ./.gitleaks/gitleaks.toml
13
+ GITLEAKS_CONFIGURATION_FILE: ./.gitleaks/config.toml
14
14
  GITLEAKS_IGNORE_FILE: ./.gitleaks/.gitleaksignore
15
15
 
16
16
  - repo: local
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ministryofjustice/hmpps-precommit-hooks",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "Precommit hooks for HMPPS typescript projects",
5
5
  "keywords": [
6
6
  "precommit"