Skip to content

Merge pull request #696 from DependencyTrack/dependabot/maven/lib.kaf… #177

Merge pull request #696 from DependencyTrack/dependabot/maven/lib.kaf…

Merge pull request #696 from DependencyTrack/dependabot/maven/lib.kaf… #177

name: Build Native Vulnerability Analyzer
on:
push:
branches:
- main
paths:
- ".github/workflows/_build-native-meta.yml"
- ".github/workflows/build-native-notification-publisher.yml"
- "commons/**"
- "vulnerability-analyzer/**"
- "pom.xml"
workflow_dispatch: { }
permissions: { }
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
call-build:
uses: ./.github/workflows/_build-native-meta.yml
with:
module: vulnerability-analyzer
permissions:
packages: write # Required to push images to ghcr.io