File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 25
25
- name : Check for new issues
26
26
uses : hivemq/hivemq-snyk-composite-action@656c90ad0a46b1eb31eedb26356d1877369da652 # v2.0.0
27
27
with :
28
- snyk-args : --configuration-matching=^runtimeClasspath$ mqtt-cli
28
+ snyk-args : --org=hivemq-mqtt-cli -- configuration-matching=^runtimeClasspath$ mqtt-cli -d
29
29
snyk-token : ${{ secrets.SNYK_TOKEN }}
30
30
snyk-baseline-project-id : ${{ secrets.SNYK_PROJECT_ID_MASTER }}
Original file line number Diff line number Diff line change 27
27
28
28
- name : Run Snyk monitor
29
29
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
31
31
env :
32
32
SNYK_TOKEN : ${{ secrets.SNYK_TOKEN }}
Original file line number Diff line number Diff line change 27
27
28
28
- name : Run Snyk monitor
29
29
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
31
31
env :
32
32
SNYK_TOKEN : ${{ secrets.SNYK_TOKEN }}
You can’t perform that action at this time.
0 commit comments