Skip to content

Commit

Permalink
chore: fix typo in run-dash docs
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianBezold committed Jul 21, 2023
1 parent 93e46e9 commit a9144b0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/actions/run-dash/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit a9144b0

Please sign in to comment.