From 62aac2f024a39ebdf98169202300630aa04a60a5 Mon Sep 17 00:00:00 2001 From: Yonathan Mengesha Date: Mon, 15 Jul 2024 03:15:06 +0300 Subject: [PATCH] Update workflows --- .github/workflows/snyk-pr.yml | 2 +- .github/workflows/snyk-push.yml | 2 +- .github/workflows/snyk-release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/snyk-pr.yml b/.github/workflows/snyk-pr.yml index acd70b2f7..77f6e8ddb 100644 --- a/.github/workflows/snyk-pr.yml +++ b/.github/workflows/snyk-pr.yml @@ -25,6 +25,6 @@ jobs: - name: Check for new issues uses: hivemq/hivemq-snyk-composite-action@656c90ad0a46b1eb31eedb26356d1877369da652 # v2.0.0 with: - snyk-args: --configuration-matching=^runtimeClasspath$ mqtt-cli + snyk-args: --org=hivemq-mqtt-cli --configuration-matching=^runtimeClasspath$ mqtt-cli -d snyk-token: ${{ secrets.SNYK_TOKEN }} snyk-baseline-project-id: ${{ secrets.SNYK_PROJECT_ID_MASTER }} diff --git a/.github/workflows/snyk-push.yml b/.github/workflows/snyk-push.yml index c2dd91432..bd11d1972 100644 --- a/.github/workflows/snyk-push.yml +++ b/.github/workflows/snyk-push.yml @@ -27,6 +27,6 @@ jobs: - name: Run Snyk monitor shell: bash - run: snyk monitor --configuration-matching=^runtimeClasspath$ --target-reference=${{ github.ref_name }} mqtt-cli + run: snyk monitor --configuration-matching=^runtimeClasspath$ --target-reference=${{ github.ref_name }} --org=hivemq-mqtt-cli --project-name=hivemq-mqtt-cli --remote-repo-url=hivemq-mqtt-cli --project-lifecycle=development mqtt-cli -d env: SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }} diff --git a/.github/workflows/snyk-release.yml b/.github/workflows/snyk-release.yml index 9edc7778e..da43e7a2a 100644 --- a/.github/workflows/snyk-release.yml +++ b/.github/workflows/snyk-release.yml @@ -27,6 +27,6 @@ jobs: - name: Run Snyk monitor shell: bash - run: snyk monitor --configuration-matching=^runtimeClasspath$ --target-reference=${{ github.ref_name }} mqtt-cli + run: snyk monitor --configuration-matching=^runtimeClasspath$ --target-reference=${{ github.ref_name }} --org=hivemq-releases --project-name=hivemq-mqtt-cli --remote-repo-url=hivemq-mqtt-cli --project-lifecycle=production mqtt-cli -d env: SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}