Skip to content

Commit e79be70

Browse files
chore(main): release 1.4.0 (#87)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 79b1c6b commit e79be70

File tree

4 files changed

+23
-4
lines changed

4 files changed

+23
-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.3.0"
2+
".": "1.4.0"
33
}

CHANGELOG.md

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

3+
## [1.4.0](https://github.com/ministryofjustice/devsecops-hooks/compare/v1.3.0...v1.4.0) (2026-02-03)
4+
5+
6+
### Features
7+
8+
* **115-unit-test-cases:** created BATS test case ([#116](https://github.com/ministryofjustice/devsecops-hooks/issues/116)) ([6100ad8](https://github.com/ministryofjustice/devsecops-hooks/commit/6100ad8d5b9c96241b64fa789f2eb485705ce683))
9+
* **115-unit-test:** add unit test cases ([#121](https://github.com/ministryofjustice/devsecops-hooks/issues/121)) ([aabd7de](https://github.com/ministryofjustice/devsecops-hooks/commit/aabd7de583ca89afb7139d98a592f0630322755b))
10+
* **125-min-age:** added cooldown to dependabot ([#126](https://github.com/ministryofjustice/devsecops-hooks/issues/126)) ([9c5db3f](https://github.com/ministryofjustice/devsecops-hooks/commit/9c5db3f5d8736dc03181fef9be0df2137838f6ee))
11+
* **94-copilot:** added github copilot instructions ([#127](https://github.com/ministryofjustice/devsecops-hooks/issues/127)) ([2fc171c](https://github.com/ministryofjustice/devsecops-hooks/commit/2fc171cd0657c65853ddb81289b6ef2642821e3c))
12+
13+
14+
### Bug Fixes
15+
16+
* **130-double-execution:** set pass_filename to false ([#131](https://github.com/ministryofjustice/devsecops-hooks/issues/131)) ([79b1c6b](https://github.com/ministryofjustice/devsecops-hooks/commit/79b1c6b7d55837a8de7366f6cef85803cf3e74a3))
17+
* **85-ensure-staging-files:** added pre-commit and staged flags ([#86](https://github.com/ministryofjustice/devsecops-hooks/issues/86)) ([0488b25](https://github.com/ministryofjustice/devsecops-hooks/commit/0488b2567892942037c4c31b17a795f77ed19c3f))
18+
* **92-strict-scan:** added gitleaks configuration for low entropy ([#98](https://github.com/ministryofjustice/devsecops-hooks/issues/98)) ([2e37b24](https://github.com/ministryofjustice/devsecops-hooks/commit/2e37b243060f2aed095fe5df6536c0b9aa4816db))
19+
* **pre-commit:** remove --pre-commit flag ([#82](https://github.com/ministryofjustice/devsecops-hooks/issues/82)) ([020bfd5](https://github.com/ministryofjustice/devsecops-hooks/commit/020bfd5f61831b7a426082de6f11ef4f8467a18f))
20+
* **sca:** updated pipeline ([#109](https://github.com/ministryofjustice/devsecops-hooks/issues/109)) ([a30ac6a](https://github.com/ministryofjustice/devsecops-hooks/commit/a30ac6a3947e033d2e3ecd48ace0c83008cd9984))
21+
322
## [1.3.0](https://github.com/ministryofjustice/devsecops-hooks/compare/v1.2.0...v1.3.0) (2025-12-29)
423

524

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.3.0",
3+
"version": "1.4.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)