Skip to content

Update workflows #437

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/snyk-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
2 changes: 1 addition & 1 deletion .github/workflows/snyk-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
2 changes: 1 addition & 1 deletion .github/workflows/snyk-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Loading