Reputation: 11
I'm trying to run a local klocwork scan on my code base, but I keep failing.
My steps:
- kwinject make
- kwbuildproject --url https://hostname:8080/project -tables-directory KW_Tables kwinject.out
- kwconan run --tables-directory KW_Tables --url https://hostname:8080/project --json
Note: the real hostname is not shown in the pasted commands here.
The last command (kwconan) always fails with the following error:
"Error: Cannot proceed: Cannot validate tables"
I tried to look online but I failed to find any useful documentation. Do you have any idea?
Upvotes: 1
Views: 876
Reputation: 76
reviewing the build.log present in /KW_Tables may help.
if it doesn't help please reach out Klocwork support. They may share the correct parameters to be passed.
Upvotes: 1