diff --git a/.github/workflows/tpip-check.yml b/.github/workflows/tpip-check.yml index 19dfc09f..f67b1fa6 100644 --- a/.github/workflows/tpip-check.yml +++ b/.github/workflows/tpip-check.yml @@ -33,7 +33,7 @@ jobs: - name: Generate TPIP Report run: | - go-licenses report . --ignore github.com/Open-CMSIS-Pack/cbuild --template ../../scripts/template/tpip-license.template > ../../${{ env.report_name }} + go-licenses report . --ignore github.com/Open-CMSIS-Pack/cbuild --template ../../scripts/template/third_party_licenses.template > ../../${{ env.report_name }} date +"%Y/%m/%d %T" >> ../../${{ env.report_name }} working-directory: ./cmd/cbuild diff --git a/scripts/template/tpip-license.template b/scripts/template/third_party_licenses.template similarity index 100% rename from scripts/template/tpip-license.template rename to scripts/template/third_party_licenses.template