Skip to content

Commit d25a818

Browse files
chore(main): release 1.5.0 (#139)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 984ea4c commit d25a818

File tree

4 files changed

+18
-4
lines changed

4 files changed

+18
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.4.0"
2+
".": "1.5.0"
33
}

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [1.5.0](https://github.com/ministryofjustice/devsecops-hooks/compare/v1.4.0...v1.5.0) (2026-02-18)
4+
5+
6+
### Features
7+
8+
* **133-lint:** add shell lint check ([#140](https://github.com/ministryofjustice/devsecops-hooks/issues/140)) ([30e5367](https://github.com/ministryofjustice/devsecops-hooks/commit/30e5367e20a6aa96392cd79e88ad21585645aa18))
9+
* **145:** ensure git commit -am does not bypass the scanner ([#146](https://github.com/ministryofjustice/devsecops-hooks/issues/146)) ([28b50ab](https://github.com/ministryofjustice/devsecops-hooks/commit/28b50aba06d509237f1e70a0838ef0de86495e6b))
10+
* **github-scan:** added github archival check ([#138](https://github.com/ministryofjustice/devsecops-hooks/issues/138)) ([279c628](https://github.com/ministryofjustice/devsecops-hooks/commit/279c628ea3338586213ca21bb6453ea176945c9b))
11+
12+
13+
### Bug Fixes
14+
15+
* **GHSA-38c4-r59v-3vqw:** updated to 14.1.1 ([#144](https://github.com/ministryofjustice/devsecops-hooks/issues/144)) ([60b02e0](https://github.com/ministryofjustice/devsecops-hooks/commit/60b02e07aaab54aa85cda3bea48214f288def9b5))
16+
317
## [1.4.0](https://github.com/ministryofjustice/devsecops-hooks/compare/v1.3.0...v1.4.0) (2026-02-03)
418

519

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "moj-hooks",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"description": "A lightweight, Docker-based security scanner that integrates seamlessly with Git workflows to prevent hardcoded secrets from being committed to your repository. Built for the Ministry of Justice, this tool leverages following CLI commands to detect sensitive information such as API keys, passwords, tokens, and other credentials.",
55
"keywords": [
66
"moj",

0 commit comments

Comments
 (0)