Skip to content

Commit

Permalink
Remove debug flag
Browse files Browse the repository at this point in the history
  • Loading branch information
ymengesha committed Jul 14, 2023
1 parent 15f975c commit edbeaee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/snyk-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Check for new issues
uses: hivemq/hivemq-snyk-composite-action@v1
with:
snyk-args: --configuration-matching=^runtimeClasspath$ -d mqtt-cli
snyk-args: --configuration-matching=^runtimeClasspath$ mqtt-cli
snyk-token: ${{ secrets.SNYK_TOKEN }}
github-username: ${{ secrets.PUBLISH_GITHUB_USERNAME }}
github-token: ${{ secrets.PUBLISH_GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/snyk-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
ORG_GRADLE_PROJECT_hivemqCommonsPassword: ${{ secrets.PUBLISH_GITHUB_TOKEN }}
with:
command: monitor
args: --all-sub-projects --configuration-matching=^runtimeClasspath$ --target-reference=${{ github.ref_name }} -d mqtt-cli
args: --all-sub-projects --configuration-matching=^runtimeClasspath$ --target-reference=${{ github.ref_name }} mqtt-cli
2 changes: 1 addition & 1 deletion .github/workflows/snyk-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
ORG_GRADLE_PROJECT_hivemqCommonsPassword: ${{ secrets.PUBLISH_GITHUB_TOKEN }}
with:
command: monitor
args: --all-sub-projects --configuration-matching=^runtimeClasspath$ --target-reference=${{ github.ref_name }} -d mqtt-cli
args: --all-sub-projects --configuration-matching=^runtimeClasspath$ --target-reference=${{ github.ref_name }} mqtt-cli

0 comments on commit edbeaee

Please sign in to comment.