We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a850ca commit d182187Copy full SHA for d182187
1 file changed
.github/workflows/rat.yaml
@@ -30,7 +30,7 @@ jobs:
30
31
- name: Run RAT
32
run: |
33
- java -jar apache-rat-0.16.1/apache-rat-0.17.jar -d . -E .rat-excludes > rat-report.txt
+ java -jar apache-rat-0.17/apache-rat-0.17.jar -d . -E .rat-excludes > rat-report.txt
34
cat rat-report.txt
35
# Fail if unapproved licenses are found
36
grep -qe '^0 Unknown Licenses' rat-report.txt && exit 0 || exit 1
0 commit comments