UMDLARS / dtanm

A framework to teach adversarial thinking to software developers without requiring any special security knowledge
3 stars 2 forks source link

Allow for non-existent or failing makefile #33

Open ChandlerSwift opened 5 years ago

ChandlerSwift commented 5 years ago

Currently, when there is no makefile, the build step fails and aborts the whole scoring process. We need to figure out how we pass through errors in the makefile (as opposed to RUN make || true in the build step which would ignore errors but silently discard any output)

ChandlerSwift commented 5 years ago

ref #27