Skip to content

Commit

Permalink
Add .github/workflows/fossa_ai.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
liquibot committed Apr 18, 2024
1 parent 30654f9 commit 4489792
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/fossa_ai.yml
Original file line number Diff line number Diff line change
@@ -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/[email protected]
secrets: inherit
with:
check_snippets: true
check_ai_generated_code: true
generate_sbom: true

0 comments on commit 4489792

Please sign in to comment.