From dddf06a686fafcb6b43021d2e0aed40766f54f0b Mon Sep 17 00:00:00 2001 From: Danny Fallon Date: Tue, 21 Feb 2023 15:36:04 +0000 Subject: [PATCH] Revert "Add FOSSA workflow to enable license scanning" --- .github/workflows/fossa-license-scan.yml | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 .github/workflows/fossa-license-scan.yml diff --git a/.github/workflows/fossa-license-scan.yml b/.github/workflows/fossa-license-scan.yml deleted file mode 100644 index 310a9a71..00000000 --- a/.github/workflows/fossa-license-scan.yml +++ /dev/null @@ -1,24 +0,0 @@ -# More information on this workflow can be found here: https://stackoverflow.com/c/intercom/questions/1270 - -name: FOSSA License Scan - -on: - push: - branches: - - master - -jobs: - fossa: - runs-on: ubuntu-latest - steps: - - name: Checkout code - uses: actions/checkout@v2 - - name: Attempt build - uses: intercom/attempt-build-action@main - continue-on-error: true - - name: Run FOSSA - uses: intercom/fossa-action@main - with: - fossa-api-key: ${{ secrets.FOSSA_API_KEY }} - fossa-event-receiver-token: ${{ secrets.FOSSA_EVENT_RECEIVER_TOKEN }} - datadog-api-key: ${{ secrets.DATADOG_API_KEY }}