diff --git a/.github/workflows/fossa.yml b/.github/workflows/fossa.yml deleted file mode 100644 index 535715446..000000000 --- a/.github/workflows/fossa.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: FOSSA License Compliance and Security Check - -on: - pull_request: - types: - - opened - - reopened - - synchronize - -jobs: - fossa: - uses: liquibase/build-logic/.github/workflows/fossa.yml@v0.7.1 - secrets: inherit - with: - check_snippets: true - check_ai_generated_code: true - generate_sbom: true \ No newline at end of file