Skip to content

Commit e832f88

Browse files
committed
ftr: update to latest package versions
TRACEFOSS-1023
1 parent 6893c4d commit e832f88

File tree

4 files changed

+784
-561
lines changed

4 files changed

+784
-561
lines changed

.github/scripts/eclipse_dash.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
java -jar org.eclipse.dash.licenses-0.0.1-20221105.055038-599.jar yarn.lock -project automotive.tractusx -summary DASH_SUMMARY
2-
grep "restricted" DASH_SUMMARY | if test $(wc -l) -gt 0; then exit 1; fi
2+
grep -E '(restricted, #)|(restricted$)' DASH_SUMMARY | if test $(wc -l) -gt 0; then exit 1; fi

0 commit comments

Comments
 (0)