This repository was archived by the owner on Jun 2, 2025. It is now read-only.
Fix hub subscription pod crash on invalid cert (#422) #344
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: FOSSA License Scan | |
| on: | |
| push: | |
| branches: | |
| - main | |
| workflow_dispatch: {} | |
| jobs: | |
| fossa-scan: | |
| runs-on: ubuntu-latest | |
| if: github.repository_owner == 'open-cluster-management-io' | |
| steps: | |
| - name: Checkout Repo | |
| uses: actions/checkout@v3 | |
| - name: Run FOSSA Scan | |
| uses: fossas/fossa-action@v1 | |
| with: | |
| api-key: ${{ secrets.FOSSA_API_KEY }} |