Skip to content

Merge pull request #10 from IsyFact/feature/IFS-4169_snapshot_dev_and… #1

Merge pull request #10 from IsyFact/feature/IFS-4169_snapshot_dev_and…

Merge pull request #10 from IsyFact/feature/IFS-4169_snapshot_dev_and… #1

name: Maven Dependency Scan
on:
push:
branches:
- develop
- release/**
paths:
- pom.xml
jobs:
SnykScan:
uses: IsyFact/isy-github-actions-templates/.github/workflows/[email protected]
with:
jdk-version: 21
snyk-reference: ${{ github.ref_name }}
snyk-organization: ${{ vars.SNYK_ORG_ID }}
secrets:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}