From ab8c3848de939486fac21c80c0528d29a1293473 Mon Sep 17 00:00:00 2001 From: laughedelic Date: Sat, 2 Mar 2024 05:09:49 +0100 Subject: [PATCH] docs: update readme --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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