Skip to content

Commit 62aac2f

Browse files
committed
Update workflows
1 parent 7316f93 commit 62aac2f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/snyk-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525
- name: Check for new issues
2626
uses: hivemq/hivemq-snyk-composite-action@656c90ad0a46b1eb31eedb26356d1877369da652 # v2.0.0
2727
with:
28-
snyk-args: --configuration-matching=^runtimeClasspath$ mqtt-cli
28+
snyk-args: --org=hivemq-mqtt-cli --configuration-matching=^runtimeClasspath$ mqtt-cli -d
2929
snyk-token: ${{ secrets.SNYK_TOKEN }}
3030
snyk-baseline-project-id: ${{ secrets.SNYK_PROJECT_ID_MASTER }}

.github/workflows/snyk-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ jobs:
2727

2828
- name: Run Snyk monitor
2929
shell: bash
30-
run: snyk monitor --configuration-matching=^runtimeClasspath$ --target-reference=${{ github.ref_name }} mqtt-cli
30+
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
3131
env:
3232
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}

.github/workflows/snyk-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ jobs:
2727

2828
- name: Run Snyk monitor
2929
shell: bash
30-
run: snyk monitor --configuration-matching=^runtimeClasspath$ --target-reference=${{ github.ref_name }} mqtt-cli
30+
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
3131
env:
3232
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}

0 commit comments

Comments
 (0)