Skip to content

Commit

Permalink
docs(README): reference trg 7.04
Browse files Browse the repository at this point in the history
  • Loading branch information
arnoweiss committed Jun 3, 2024
1 parent 189de78 commit 718d32b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ You can also run the linting step manually by running `npm run lint-doc` or `npm

## Licence Checks

This repository enforces licence compatibility checks on all Pull Requests. Follow these steps if
your PR's workflow fails on the action `3rd Party dependency check (Eclipse Dash)`:
This repository enforces licence compatibility checks on all Pull Requests. This is demanded by [TRG 7.04](https://eclipse-tractusx.github.io/docs/release/trg-7/trg-7-04#checking-libraries-using-the-eclipse-dash-license-tool).
Follow these steps if your PR's workflow fails on the action `3rd Party dependency check (Eclipse Dash)`:

1. Make sure the error-message is not `[main] ERROR Error response from XYZ HTTP 524` or anything else pointing to
failures in remote services. If that happens, try again tomorrow. If not, continue.
Expand All @@ -40,4 +40,4 @@ your PR's workflow fails on the action `3rd Party dependency check (Eclipse Dash
6. Execute `java -jar ./org.eclipse.dash.licenses-1.1.0.jar package-lock.json -project automotive.tractusx -summary ./DEPENDENCIES`
Adjust the version of the jar if necessary. You should see logs saying `[main] INFO Querying X for license data for Y items.`
and`[main] INFO Found Z items.`
7. Commit the changed DEPENDENCIES file and push to your branch again.
7. Commit the changed `DEPENDENCIES` file and push to your branch again.

0 comments on commit 718d32b

Please sign in to comment.