project-kb
project-kb copied to clipboard
For python, __init__ files are to be checked out as part of the shell script
When we do a kaybee export for steady with a statement containing python Vulnerability, steady also needs __init__
files to be checkout as part of the bash generated script. These __init__
files are then used in Steady to create valid python constructs.
@sumeetpatil How would you do that in bash? How to determine which files to checkout exactly? That can be added to the script easily, but we need to know how to do it manually in the first place.
basically we need to implement this https://github.com/eclipse/steady/blob/fe8c6af35f887f7df98b02d9034b8d3e414588b2/repo-client/src/main/java/org/eclipse/steady/git/GitClient.java#L524 in bash