Skip to content

Update integration to 2.3.0-7 #226

Update integration to 2.3.0-7

Update integration to 2.3.0-7 #226

Workflow file for this run

name: Generate and push an SBOM dependency list
on:
push:
# Only when tagging a new version which will be deployed
tags:
- '*'
workflow_dispatch:
jobs:
generate-and-push-sbom:
uses: hitobito/hitobito/.github/workflows/sbom.yml@master
with:
project_name: hitobito-digisus-lab
dependency_track_url: ${{ vars.DEPENDENCY_TRACK_URL }}
secrets:
dependency_track_api_key: ${{ secrets.DEPENDENCY_TRACK_API_KEY }}