Skip to content

Improve core tests (#7232) #2029

Improve core tests (#7232)

Improve core tests (#7232) #2029

Workflow file for this run

name: FOSSA License Scan
on:
push:
branches:
- main
permissions:
contents: read
jobs:
fossa-scan:
if: github.repository == 'detekt/detekt'
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- name: Run FOSSA Scan
uses: fossas/fossa-action@f61a4c0c263690f2ddb54b9822a719c25a7b608f # tag=v1
with:
api-key: ${{ secrets.FOSSA_API_KEY }}