Skip to content

Add service account so gpu-exporter can list pods (#27) #29

Add service account so gpu-exporter can list pods (#27)

Add service account so gpu-exporter can list pods (#27) #29

Workflow file for this run

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