-
Notifications
You must be signed in to change notification settings - Fork 10
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
Add Dockerfile for Python script #38
Conversation
Signed-off-by: Luigi Gubello <[email protected]>
@eddie-knight can you try to run the script now? |
Testing this now. Regarding the documentation update, may I recommend that we change to utilizing the GitHub vulnerability reporting tooling for this repo? (security tab at the top) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My only request before merge is that we do the full reorganization (file-creation and file-deletion) in the same PR. Currently this will result in two copies of the python code in the main branch.
Signed-off-by: Luigi Gubello <[email protected]>
Oh right, this was definitely not intended. |
Yes, good point. We have the private vulnerability reporting enabled, I will also add a SECURITY.md in a different PR. |
Signed-off-by: Luigi Gubello <[email protected]>
This PR adds a Dockerfile for the Python script
validator-and-generator.py
. This should partially solve #33