You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a generic image and adapter that handles the oci_arguments being the path to the targeted module
Rewrite all non-docker local boefjes by making the run() method accept a dict and hence drop the BoefjeMeta type hint as well. Also we need to add the requirements.txt back in the boefje directory.
Drop the requirements that are not needed anymore from the boefjes pyproject.toml
Create migration for boefjes in the boefje table: changing the boefjes.json for static boefjes means the db is out of sync for entries for that boefje. We need to either keep these aligned or make sure we ignore the fields for static database entries.-> we should ignore the database entries for the time being
The text was updated successfully, but these errors were encountered:
Blocked by: #3861
Subticket of #3593.
TODO
oci_arguments
being the path to the targeted modulerun()
method accept a dict and hence drop theBoefjeMeta
type hint as well. Also we need to add therequirements.txt
back in the boefje directory.pyproject.toml
Create migration for boefjes in the-> we should ignore the database entries for the time beingboefje
table: changing the boefjes.json for static boefjes means the db is out of sync for entries for that boefje. We need to either keep these aligned or make sure we ignore the fields for static database entries.The text was updated successfully, but these errors were encountered: