Skip to content

Refactor pluginconfig #89

Refactor pluginconfig

Refactor pluginconfig #89

Workflow file for this run

---
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
name: License Scan
with:
api-key: ${{secrets.FOSSA_API_TOKEN}}
branch: ${{ github.head_ref || github.ref_name }}
project: git+github.com/Kuadrant/wasm-shim
- uses: fossas/fossa-action@v1.4.0
name: License test for issues
with:
api-key: ${{secrets.FOSSA_API_TOKEN}}
run-tests: true
project: git+github.com/Kuadrant/wasm-shim