diff --git a/README.md b/README.md index cf48064..94ea068 100644 --- a/README.md +++ b/README.md @@ -159,7 +159,11 @@ The Dependency Review GitHub Action check will only block a pull request from be ## Outputs -`comment-content` is generated with the same content as would be present in a Dependency Review Action comment. +- `comment-content` is generated with the same content as would be present in a Dependency Review Action comment. +- `dependency-changes` holds all dependency changes in a JSON format. +- `vulnerable-changes` holds information about dependency changes with vulnerable dependencies in a JSON format. +- `invalid-license-changes` holds information about invalid or non-compliant license dependency changes in a JSON format. +- `denied-changes` holds information about denied dependency changes in a JSON format. ## Getting help