Skip to content

Commit 29a68a1

Browse files
authored
Merge branch 'main' into dependabot/github_actions/dependabot/fetch-metadata-3.0.0
2 parents 1f7ad59 + ee6b102 commit 29a68a1

4 files changed

Lines changed: 119 additions & 130 deletions

File tree

.gitallowed

Lines changed: 0 additions & 12 deletions
This file was deleted.

.pre-commit-config.yaml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repos:
2020
- id: grype-scan-local
2121
name: Grype scan local changes
2222
entry: make
23-
args: ["grype-scan-local"]
23+
args: [ "grype-scan-local" ]
2424
language: system
2525
pass_filenames: false
2626
always_run: true
@@ -45,30 +45,31 @@ repos:
4545
pass_filenames: false
4646
always_run: true
4747

48-
- id: git-secrets
49-
name: Git Secrets
50-
description: git-secrets scans commits, commit messages, and --no-ff merges to prevent adding secrets into your git repositories.
48+
- id: gitleaks
49+
name: Git Leaks
50+
description: gitleaks scans commits, commit messages, and --no-ff merges to
51+
prevent adding secrets into your git repositories.
5152
entry: bash
5253
args:
5354
- -c
54-
- "git-secrets --pre_commit_hook"
55+
- "gitleaks git --pre-commit --redact --staged --verbose"
5556
language: system
5657

5758
- id: lint-githubactions
5859
name: Lint github actions
5960
entry: make
60-
args: ["lint-githubactions"]
61+
args: [ "lint-githubactions" ]
6162
language: system
6263
files: ^.github
63-
types_or: [yaml]
64+
types_or: [ yaml ]
6465
pass_filenames: false
6566

6667
- id: lint-githubaction-scripts
6768
name: Lint github action scripts
6869
entry: make
69-
args: ["lint-githubaction-scripts"]
70+
args: [ "lint-githubaction-scripts" ]
7071
language: system
7172
files: ^.github/scripts
72-
types_or: [sh, shell]
73+
types_or: [ sh, shell ]
7374
pass_filenames: false
7475
fail_fast: true

package-lock.json

Lines changed: 107 additions & 107 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"author": "NHS Digital",
1414
"license": "MIT",
1515
"devDependencies": {
16-
"@aws-sdk/client-cloudformation": "^3.1023.0",
17-
"@aws-sdk/client-lambda": "^3.1023.0",
16+
"@aws-sdk/client-cloudformation": "^3.1028.0",
17+
"@aws-sdk/client-lambda": "^3.1028.0",
1818
"@semantic-release/changelog": "^6.0.3",
1919
"@semantic-release/commit-analyzer": "^13.0.1",
2020
"@semantic-release/github": "^12.0.6",

0 commit comments

Comments
 (0)