commit 085183fb40fb6e38ef7c5e6c7fb39be9bfd5542f parent f223e46dd1f3982baf05af558907514adbb46cdf Author: MTRNord <mtrnord1@gmail.com> Date: Thu, 20 Jan 2022 12:14:09 +0100 Add fossa integration Diffstat:
| A | .github/workflows/fossa.yml | | | 14 | ++++++++++++++ |
1 file changed, 14 insertions(+), 0 deletions(-)
diff --git a/.github/workflows/fossa.yml b/.github/workflows/fossa.yml @@ -0,0 +1,14 @@ +name: Fossa Scan +on: + push: + branches: [main] + pull_request: + branches: [main] +jobs: + fossa-scan: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - uses: fossas/fossa-action@main + with: + api-key: ${{secrets.fossaApiKey}}