Skip to content

Merge pull request #182 from castai/spot_labels_gke_aks #109

Merge pull request #182 from castai/spot_labels_gke_aks

Merge pull request #182 from castai/spot_labels_gke_aks #109

Workflow file for this run

name: FOSSA
on:
push:
branches:
- main
jobs:
fossa-scan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: fossas/fossa-action@v1
with:
api-key: ${{ secrets.FOSSA_API_KEY }}