Skip to content

ci: use Terraform-managed FOSSA workflow #5

ci: use Terraform-managed FOSSA workflow

ci: use Terraform-managed FOSSA workflow #5

Workflow file for this run

---
name: Fossa
on:
push:
workflow_dispatch:
jobs:
fossa:
uses: Updater/.github-private/.github/workflows/fossa.yaml@main

Check failure on line 10 in .github/workflows/fossa.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/fossa.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/fossa.yaml" -> "Updater/.github-private/.github/workflows/fossa.yaml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
secrets:
fossa-api-key: ${{ secrets.FOSSA_API_KEY }}
token: ${{ secrets.GITHUB_TOKEN }}
with:
repository: ${{ github.repository }}
ref: ${{ github.ref }}