Added stub method in to handle duplicates in sub-commands DAT-19049 #2767
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: FOSSA License Compliance and Security Check | |
on: | |
pull_request: | |
types: | |
- opened | |
- reopened | |
- synchronize | |
jobs: | |
fossa: | |
uses: liquibase/build-logic/.github/workflows/fossa_ai.yml@main | |
secrets: inherit | |
with: | |
check_snippets: true | |
check_ai_generated_code: true | |
generate_sbom: true |