mirror of
https://github.com/composer/composer
synced 2025-05-10 00:53:06 +00:00
Add composer audit --ignore-severity
option (#12132)
Co-authored-by: Jordi Boggiano <j.boggiano@seld.be>
This commit is contained in:
parent
5b256070b7
commit
31d83b2c0f
4 changed files with 78 additions and 18 deletions
|
@ -1087,7 +1087,8 @@ php composer.phar audit
|
|||
* **--abandoned:** Behavior on abandoned packages. Must be "ignore", "report",
|
||||
or "fail". See also [audit.abandoned](06-config.md#abandoned). Passing this
|
||||
flag will override the config value and the environment variable.
|
||||
|
||||
* **--ignore-severity:** Ignore advisories of a certain severity level. Can be passed one or more
|
||||
time to ignore multiple severities.
|
||||
|
||||
## help
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue