docs: update readme

This commit is contained in:
laughedelic
2024-03-02 05:09:49 +01:00
parent eecc9aab88
commit ab8c3848de
+5 -1
View File
@@ -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