We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f85e849 commit 8719fecCopy full SHA for 8719fec
.github/workflows/rat.yaml
@@ -42,12 +42,12 @@ jobs:
42
43
- name: Download Apache RAT
44
run: |
45
- curl -L -O https://downloads.apache.org/creadur/apache-rat-0.16.1/apache-rat-0.16.1-bin.tar.gz
46
- tar -xzf apache-rat-0.16.1-bin.tar.gz
+ curl -L -O https://downloads.apache.org/creadur/apache-rat-0.17/apache-rat-0.17-bin.tar.gz
+ tar -xzf apache-rat-0.17-bin.tar.gz
47
48
- name: Run RAT
49
50
- java -jar apache-rat-0.16.1/apache-rat-0.16.1.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
51
cat rat-report.txt
52
# Fail if unapproved licenses are found
53
grep -qe '^0 Unknown Licenses' rat-report.txt && exit 0 || exit 1
0 commit comments