ci: IFS-4428 added the Sonatype OSSRH Snapshot Repository #3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |