-
Notifications
You must be signed in to change notification settings - Fork 128
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
Protocols can now be defined in yaml files #48
Conversation
…-types-list Fixes Threagile#2: Adds encryption types list to -list-types CLI output
…ies (that are embedded into other assets/components where the encryption question then should be handled instead)
CodeQL analysis workflow
Anchore container scan workflow
…ion for assets, types, macros and risks
updated golang version to 1.21 and dependencies to latest
fix: required fields on wrong level in schema
Optimize Dockerfile to reduce build layers
docker: fix copy server/static files
added loadCustomRiskRules() to display list of custom plugins
Adding new explain command line commands to display detailed informat…
The Anchore container scan is not happy with the remote Dockerfile and I have no idea how to fix it at the moment. Can you please have a look ? |
The anchore scan fails because it is using the master branch of the main repo https://github.com/Threagile/threagile.git instead of the changes in this pull request. I submitted PR #53 to fix this and recommended some changes in order to be able make the process simpler. |
This PR moves the protocol definition from the source code to YAML files. That way new protocols can be added by YAML file creation.