Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/snyk-pr.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#Checking the sny GH action issue
name: Run Snyk scan on PRs

on:
Expand Down Expand Up @@ -31,7 +32,7 @@ jobs:
token: ${{ secrets.JENKINS_GITHUB_TOKEN }}

- name: Check for new issues
uses: hivemq/hivemq-snyk-composite-action@dbe0008ff5a165ad9caf42e7cb2c52d378bd4667 # v2.3.0
uses: hivemq/hivemq-snyk-composite-action@cf69da0281d305f2a464279484cc1d273f35af9e # v2.3.0
with:
snyk-args: --org=hivemq-edge --configuration-matching=^runtimeClasspath$ -d hivemq-edge/hivemq-edge
artifact-name: snyk-report-hivemq-edge
Expand All @@ -45,7 +46,7 @@ jobs:
node-version: '20.13.1'

- name: Check for new issues (hivemq-edge-frontend)
uses: hivemq/hivemq-snyk-composite-action@dbe0008ff5a165ad9caf42e7cb2c52d378bd4667 # v2.3.0
uses: hivemq/hivemq-snyk-composite-action@cf69da0281d305f2a464279484cc1d273f35af9e # v2.3.0
with:
snyk-args: --org=hivemq-edge --configuration-matching=^runtimeClasspath$ -d hivemq-edge/hivemq-edge-frontend
artifact-name: snyk-report-hivemq-edge-frontend
Expand Down
Loading