diff --git a/.fossa.yml b/.fossa.yml deleted file mode 100755 index 17efe363..00000000 --- a/.fossa.yml +++ /dev/null @@ -1,38 +0,0 @@ -# Generated by FOSSA CLI (https://github.com/fossas/fossa-cli) -# Visit https://fossa.com to learn more - -version: 2 -cli: - server: https://app.fossa.com - fetcher: custom - project: management-api-for-apache-cassandra -analyze: - modules: - - name: DataStax Management API for Apache Cassandra - type: mvn - target: pom.xml - path: . - - name: datastax-mgmtapi-agent-3.x - type: mvn - target: pom.xml - path: management-api-agent-3.x - - name: datastax-mgmtapi-agent-4.x - type: mvn - target: pom.xml - path: management-api-agent-4.x - - name: datastax-mgmtapi-agent-common - type: mvn - target: pom.xml - path: management-api-agent-common - - name: datastax-mgmtapi-agent-dse-6.8 - type: mvn - target: pom.xml - path: management-api-agent-dse-6.8 - - name: datastax-mgmtapi-common - type: mvn - target: pom.xml - path: management-api-common - - name: datastax-mgmtapi-server - type: mvn - target: pom.xml - path: management-api-server diff --git a/.github/workflows/license-check.yaml b/.github/workflows/license-check.yaml index 71795675..89f4de33 100644 --- a/.github/workflows/license-check.yaml +++ b/.github/workflows/license-check.yaml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@v2 - name: Install Fossa CLI run: | - curl -H 'Cache-Control: no-cache' https://raw.githubusercontent.com/fossas/fossa-cli/master/install.sh | bash -s -- -b . + curl -H 'Cache-Control: no-cache' https://raw.githubusercontent.com/fossas/fossa-cli/master/install-latest.sh | bash -s -- -b . - name: Scan for dependencies and licenses run: | FOSSA_API_KEY=${{ secrets.FOSSA_PUSH_ONLY_API_KEY }} ./fossa analyze diff --git a/README.md b/README.md index ffbed9ce..32b7b413 100644 --- a/README.md +++ b/README.md @@ -334,4 +334,4 @@ Unless required by applicable law or agreed to in writing, software distributed ## Dependencies -For information on the packaged dependencies of the Management API for Apache Cassandra® and their licenses, check out our [open source report](https://app.fossa.com/reports/1aa499fc-6878-4ad3-b61c-350258c0605b). +For information on the packaged dependencies of the Management API for Apache Cassandra® and their licenses, check out our [open source report](https://app.fossa.com/reports/cec8824e-b23c-455e-b40d-8117b346affc).