From 30654f96282bee94e7a124c6a8d259ecbfaaad5f Mon Sep 17 00:00:00 2001 From: liquibot <64099989+liquibot@users.noreply.github.com> Date: Thu, 18 Apr 2024 15:09:31 -0500 Subject: [PATCH] Add .github/workflows/fossa.yml --- .github/workflows/fossa.yml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .github/workflows/fossa.yml diff --git a/.github/workflows/fossa.yml b/.github/workflows/fossa.yml deleted file mode 100644 index 5357154..0000000 --- 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