From 42435007041014d914c3a232b60af76371764279 Mon Sep 17 00:00:00 2001 From: Eguzki Astiz Lezaun Date: Wed, 21 Aug 2024 16:36:51 +0200 Subject: [PATCH] gh action: license scan by fossa Signed-off-by: Eguzki Astiz Lezaun --- .github/workflows/license-scan.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/workflows/license-scan.yaml diff --git a/.github/workflows/license-scan.yaml b/.github/workflows/license-scan.yaml new file mode 100644 index 00000000..943cab9d --- /dev/null +++ b/.github/workflows/license-scan.yaml @@ -0,0 +1,22 @@ +--- +name: License Scan + +on: + push: + branches: + - 'main' + pull_request: + branches: + - '*' + +jobs: + fossa-scan: + name: Find license compliance and security issues + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: fossas/fossa-action@v1.4.0 + with: + api-key: ${{secrets.FOSSA_API_TOKEN}} + run-tests: true + project: git+github.com/Kuadrant/wasm-shim