-
Notifications
You must be signed in to change notification settings - Fork 6
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
The new version causing the build to fail #3
Comments
hi @alex-todorov , we're working on fixing this. As an interim solution, instead of removing your Makefile, it is also possible to specify Hope it helps temporarily. |
@alex-todorov Sorry for the late response. We've released a newer version of the agent that fixes this issue, so that a workaround is no longer required. Thanks! |
@newbishme thank you for the fast response, I'll test on our side and let you know! |
Hi there, just run the test and it's still failing. And part of the output I get: com.sourceclear.agent.FatalException: This project does not seem to build.\nBecause of this, Veracode SCA agent cannot scan it. Please ensure that the project compiles prior to scanning. This project does not seem to build. |
Ok, this is slightly different from what we have faced. Will take a look and come back to you with an update in a couple of days. Sorry, and thanks for the debug log! |
Just one more note, when I run the command with a set version it runs as charm: |
For now, please feel free to use |
@alex-todorov Would you mind describing a little more about the Makefile in the app root? Specifically, if the Makefile is cmake-generated, and whether it has any CMAKE string in the header comment. The issue still persisted even in 3.7.34 because it found the executable |
@newbishme The SCA run inside CircleCI, which create a docker container and runs the actual scan. We scan Python files though. Regarding the Makefile, we don't use any of the commands inside it for this specific execution/scan. We need the file for diff purposes. The file is manually built. |
cool, thanks! |
@alex-todorov Please try a new verison of the Agent released targeted for this issue: 3.7.38. This would check the makefile for any mentions of compilers such as Cmake before initiating a makefile scan. |
Hi there,
since yesterday my scan builds are failing.
After a little debugging it became that the Makefile inside my root directory causing the issue and had to remove it.
I'm not sure what have been changed from 3.7.25 to 3.7.31, but before the it used to work regardless of the Makefile
Can you pls advaise how can we fix this?
Thanks
The text was updated successfully, but these errors were encountered: