Skip to content

ci: IFS-4428 added the Sonatype OSSRH Snapshot Repository #3

ci: IFS-4428 added the Sonatype OSSRH Snapshot Repository

ci: IFS-4428 added the Sonatype OSSRH Snapshot Repository #3

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 }}