Skip to content

Upgrade common Makefile #126

Upgrade common Makefile

Upgrade common Makefile #126

Workflow file for this run

# Copyright Contributors to the Open Cluster Management project
name: FOSSA License Scan
on:
push:
branches:
- main
workflow_dispatch: {}
jobs:
fossa-scan:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v4
- name: Run FOSSA Scan
uses: fossas/fossa-action@v1
with:
api-key: ${{ secrets.FOSSA_API_KEY }}