theredguild / DevSecOps-toolkit

Curation of DevSecOps tools that all work together inside the minimum amount of containers. Just run make exec and read the How To!
https://theredguild.org
2 stars 0 forks source link

Several modifications to dockerfile's ARGs, fixed a bug in the makefile, and updated some docs #43

Open mattaereal opened 7 hours ago

mattaereal commented 7 hours ago

Moved all ARGs to the top of the dockerfile. Fixed a bug on the makefile that wasn't getting the arguments propoerly from the .env, and updated some docs.

reynico commented 7 hours ago

seems like gitxray left unconfigured

0.365 Unable to parse package spec: gitxray==
mattaereal commented 5 hours ago

Uhm, if gitxray fails, it's because it is not parsing the arguments from the .env. Since it will be the first one to fail.

Haven't looked at the fail log, but I'm positive the action just runs docker buildx build ., and not make build, which made sense up to this PR 😅 .

amirite?