Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DAT-18919 #259

Open
wants to merge 14 commits into
base: ddb
Choose a base branch
from
9 changes: 7 additions & 2 deletions .github/workflows/fossa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,19 @@ name: Fossa Report Generation
on:
workflow_dispatch:
inputs:
# The distinct_id is required for Datical/liquibase to know if the job was completed successfully. https://github.com/Codex-/return-dispatch/blob/main/README.md?plain=1#L36
distinct_id:
version_number_for_report_generation:
description: "Version number for report generation"
required: true
type: string

jobs:
fossa-scan:
uses: liquibase/build-logic/.github/workflows/fossa.yml@main
uses: liquibase/build-logic/.github/workflows/generate-upload-fossa-report.yml@main
secrets: inherit
with:
org: Datical
version_number_for_report_generation: "${{ github.event.inputs.version_number_for_report_generation }}"

# https://github.com/Codex-/return-dispatch/blob/main/README.md?plain=1#L35
display-distinct-id:
Expand Down
Loading