Skip to content

no token found in the application-manager SA secret for OCP V4.16 wit… #320

no token found in the application-manager SA secret for OCP V4.16 wit…

no token found in the application-manager SA secret for OCP V4.16 wit… #320

Workflow file for this run

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 }}