Skip to content
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

ci: fix issue with gradle and snyk monitor step #17897

Open
andrewb1269hg opened this issue Feb 13, 2025 · 0 comments
Open

ci: fix issue with gradle and snyk monitor step #17897

andrewb1269hg opened this issue Feb 13, 2025 · 0 comments
Assignees
Labels
github_actions Pull requests that update GitHub Actions code
Milestone

Comments

@andrewb1269hg
Copy link
Contributor

andrewb1269hg commented Feb 13, 2025

snyk monitor has a problem where it does not run due to gradle project aggregation. The --all-projects creates thousands of artifacts and --all-subprojects fail completely.

Here's the command we've been using to test locally:

snyk monitor --all-projects --policy-path=.snyk --trust-policies --org=hiero-consensus-node --debug

The --all-sub-projects flag on snyk monitor does not work at all, and it is aggregating results in snyk test.

The whole snyk workflow seems to be broken at this time.

The workflow has been disabled in the mainline through this PR here:
#17896

@rbarker-dev @dr20240304 @nathanklick

@andrewb1269hg andrewb1269hg added the github_actions Pull requests that update GitHub Actions code label Feb 13, 2025
@andrewb1269hg andrewb1269hg added this to the v0.60 milestone Feb 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

No branches or pull requests

2 participants