diff --git a/.github/workflows/snyk-push.yml b/.github/workflows/snyk-push.yml index 72d7234c..c0a9e4fb 100644 --- a/.github/workflows/snyk-push.yml +++ b/.github/workflows/snyk-push.yml @@ -27,6 +27,9 @@ jobs: - name: Run Snyk monitor shell: bash - run: snyk monitor --configuration-matching=^runtimeClasspath$ --target-reference=${{ github.ref_name }} --org=hivemq-mqtt-cli --project-name=mqtt-cli --remote-repo-url=mqtt-cli --project-lifecycle=development mqtt-cli -d + run: > + snyk monitor --configuration-matching=^runtimeClasspath$ --target-reference=${{ github.ref_name }} --org=hivemq-mqtt-cli + --project-name=mqtt-cli --remote-repo-url=mqtt-cli --project-lifecycle=development mqtt-cli -d + --project-tags=kanbanize_board_name="\"Tooling++&++Extension,kanbanize_board_workflow_name=Development++Workflow,kanbanize_board_column_name=Selected,kanbanize_board_swimlane=Expedite,kanbanize_board_done_sections=4/5\"" env: SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}