Open jwmatthews opened 1 month ago
This issue is currently awaiting triage.
If contributors determine this is a relevant issue, they will accept it by applying the triage/accepted
label and provide further guidance.
The triage/accepted
label can be added by org members.
Is there an existing issue for this?
Konveyor version
Latest as of Oct 3rd build, SHA: 9928bb083351904c0582bc1f4af2710985f56d2c
Priority
Critical
Current Behavior
I attempted to use Kantra with a custom rule directory which had some other subdirectories in it's path. Example:
I am running in a directory that has:
When I specify
--rules ./kai_examples/rules
kantra shows the below errorGrabbed latest Kantra available as of Oct 12, it looks to be a build from October 3 2024.
Also confirmed I see this with v0.5.3
Expected Behavior
Assume kantra will be able to handle the extra directories in the path and use contents of the custom_rules directory
How Reproducible
Always (Default)
Steps To Reproduce
git clone https://github.com/konveyor-ecosystem/coolstore.git
git clone https://github.com/jmle/kai-examples.git
kantra analyze -i ./coolstore --enable-default-rulesets=false -o ./out --overwrite --rules ./kai-examples/rules
Environment
Anything else?
No response