Skip to content

Commit

Permalink
Add project tags
Browse files Browse the repository at this point in the history
  • Loading branch information
ymengesha committed Aug 12, 2024
1 parent 0e1db47 commit 8b7f485
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/snyk-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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=hivemq-mqtt-cli --remote-repo-url=hivemq-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=hivemq-mqtt-cli --remote-repo-url=hivemq-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 }}

0 comments on commit 8b7f485

Please sign in to comment.