From 5275d985b0f13d0ce008f55fa2379c8b37d82f12 Mon Sep 17 00:00:00 2001 From: liquibot <64099989+liquibot@users.noreply.github.com> Date: Tue, 16 Apr 2024 13:17:11 -0500 Subject: [PATCH] Add .github/workflows/fossa.yml --- .github/workflows/fossa.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/fossa.yml diff --git a/.github/workflows/fossa.yml b/.github/workflows/fossa.yml new file mode 100644 index 0000000..5357154 --- /dev/null +++ b/.github/workflows/fossa.yml @@ -0,0 +1,17 @@ +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