Skip to content

Commit

Permalink
ci: IFS-4145 added Maven Dependency Scan with Snyk
Browse files Browse the repository at this point in the history
  • Loading branch information
huy-tran-msg committed Oct 9, 2024
1 parent cd89e97 commit 5251281
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/maven_dependency_scan.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
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 }}

0 comments on commit 5251281

Please sign in to comment.