Skip to content

Commit

Permalink
Task Security Enlightn will now only tell what composer packages ha…
Browse files Browse the repository at this point in the history
…ve security issues, but will not block

  the passing of the testing suite.
  • Loading branch information
Leon Helmus committed Dec 9, 2024
1 parent f03dbcf commit 1b40178
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 2.19.2
### Fixed
- Task `Security Enlightn` will now only tell what composer packages have security issues, but will not block
the passing of the testing suite.

## 2.19.1
### Changed
- `^0.30` restricts updates to only versions within the `0.30.x` range, preventing upgrades to 0.32.0 for
Expand Down
2 changes: 2 additions & 0 deletions config/default/grumphp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,3 +132,5 @@ grumphp:
securitychecker_enlightn:
lockfile: '%securitychecker.lockfile%'
run_always: '%securitychecker.run_always%'
metadata:
blocking: false

0 comments on commit 1b40178

Please sign in to comment.