Skip to content

Update integration to 2.3.4-3 #243

Update integration to 2.3.4-3

Update integration to 2.3.4-3 #243

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-sww
dependency_track_url: ${{ vars.DEPENDENCY_TRACK_URL }}
secrets:
dependency_track_api_key: ${{ secrets.DEPENDENCY_TRACK_API_KEY }}