Skip to content

Commit

Permalink
ci: use Terraform-managed FOSSA workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
updater-devopsadmin committed Oct 12, 2023
1 parent 4472b0e commit 66007d5
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/fossa.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
name: Fossa

on:
push:
workflow_dispatch:

jobs:
fossa:
uses: Updater/.github/.github/workflows/fossa.yaml@main
secrets:
fossa-api-key: ${{ secrets.FOSSA_API_KEY }}
token: ${{ secrets.GITHUB_TOKEN }}
with:
repository: ${{ github.repository }}
ref: ${{ github.ref }}

0 comments on commit 66007d5

Please sign in to comment.