From 2d3c93c0e07e8602f6dbd567d31e468bd13dd8ec Mon Sep 17 00:00:00 2001 From: Anne-Marie <102995847+am-stead@users.noreply.github.com> Date: Mon, 27 May 2024 09:14:01 +0200 Subject: [PATCH] Update README.md Co-authored-by: Jon Janego --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ae7b78e..782a148 100644 --- a/README.md +++ b/README.md @@ -222,7 +222,7 @@ Dependency review action can create [outputs](https://docs.github.com/en/actions - `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. The following outputs are subsets of `dependency-changes` filtered based on the configuration: -- `vulnerable-changes` holds information about dependency changes with vulnerable dependencies 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.