Skip to content

Commit

Permalink
Update composer input to "lock"
Browse files Browse the repository at this point in the history
The readme.md seems to have the incorrect input name listing it as composer instead of lock.
  • Loading branch information
ebrigham1 authored Apr 26, 2022
1 parent 825ed0d commit 475c54e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This action checks your `composer.lock` for known vulnerabilities in your packag
Inputs
------

* `composer` *optional* The path to the `composer.lock` file (defaults to the repository root directory).
* `lock` *optional* The path to the `composer.lock` file (defaults to the repository root directory).
* `format` *optional* The output format (defaults to `ansi`, supported: `ansi`, `junit`, `markdown`, `json`, or `yaml`).
* `disable-exit-code` *optional* Set it to `1` if you don't want the step to fail in case of detected vulnerabilities

Expand Down

0 comments on commit 475c54e

Please sign in to comment.