diff --git a/.github/workflows/fossa_ai.yml b/.github/workflows/fossa_ai.yml new file mode 100644 index 0000000..fb536c9 --- /dev/null +++ b/.github/workflows/fossa_ai.yml @@ -0,0 +1,17 @@ +name: FOSSA AI License Compliance and Security Check + +on: + pull_request: + types: + - opened + - reopened + - synchronize + +jobs: + fossa: + uses: liquibase/build-logic/.github/workflows/fossa_ai.yml@v0.7.2 + secrets: inherit + with: + check_snippets: true + check_ai_generated_code: true + generate_sbom: true