Skip to content

Fix broken POM file for detetk-compiler-plugin (#5971) #1206

Fix broken POM file for detetk-compiler-plugin (#5971)

Fix broken POM file for detetk-compiler-plugin (#5971) #1206

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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3
- name: Run FOSSA Scan
uses: fossas/fossa-action@f61a4c0c263690f2ddb54b9822a719c25a7b608f # tag=v1
with:
api-key: ${{ secrets.FOSSA_API_KEY }}