From a9144b0fd04ac5b574a267545dc68e0049c30a1f Mon Sep 17 00:00:00 2001 From: Sebastian Bezold Date: Fri, 21 Jul 2023 14:06:27 +0200 Subject: [PATCH] chore: fix typo in run-dash docs --- .github/actions/run-dash/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/actions/run-dash/README.md b/.github/actions/run-dash/README.md index a2a249d..89eaf3a 100644 --- a/.github/actions/run-dash/README.md +++ b/.github/actions/run-dash/README.md @@ -13,7 +13,8 @@ The following examples show different usage of the action for different build sy ### Analyze golang application -Golang defines detailed dependency and version info in a file called `go.sum`. The Eclipse Dash tool can interpret that file +Golang defines detailed dependency and version info in a file called `go.sum`. The Eclipse Dash tool can interpret that +file as-is. Therefore, a minimal set of config for the `run-dash` action is needed. ```yaml @@ -51,7 +52,7 @@ jobs: | `dependencies_file` | The path to the `DEPENDENCIES` file in the repo | `true` | "./DEPENDENCIES" | | `fail_on_out_of_date` | If set to 'true', the action fails, if `DEPENDENCIES` out of date | `true` | "true" | | `fail_on_rejected` | If set to 'true', the action fails, if `rejected` dependencies found | `true` | "true" | -| `fail_on_out_of_date` | If set to 'true', the action fails, if `restricted` dependencies found | `true` | "false" | +| `fail_on_restricted` | If set to 'true', the action fails, if `restricted` dependencies found | `true` | "false" | ## Outputs