Skip to content
This repository was archived by the owner on May 7, 2026. It is now read-only.

fix: Fix default exporter image (#711) #644

fix: Fix default exporter image (#711)

fix: Fix default exporter image (#711) #644

Workflow file for this run

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