diff --git a/.github/workflows/fossa.yml b/.github/workflows/fossa.yml index 36b2e3fe..b8f5c0fc 100644 --- a/.github/workflows/fossa.yml +++ b/.github/workflows/fossa.yml @@ -18,13 +18,7 @@ jobs: steps: - name: "Checkout Code" uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - - name: Check secret - id: checksecret - uses: ./.github/actions/exists - with: - value: ${{ secrets.fossaApiKey }} - name: "Run FOSSA Scan" - if: steps.checksecret.outputs.result == 'true' uses: fossas/fossa-action@f61a4c0c263690f2ddb54b9822a719c25a7b608f # v1.3.1 with: api-key: ${{ secrets.fossaApiKey }}