diff --git a/.github/workflows/snyk-pr.yml b/.github/workflows/snyk-pr.yml index 6aae1a29ff..3a1915f09f 100644 --- a/.github/workflows/snyk-pr.yml +++ b/.github/workflows/snyk-pr.yml @@ -1,3 +1,4 @@ +#Checking the sny GH action issue name: Run Snyk scan on PRs on: @@ -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 @@ -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