ocurity / dracon

Security scanning & static analysis tool - forked and rewritten from @thought-machine/dracon
https://ocurity.com
Apache License 2.0
61 stars 9 forks source link

Change draconctl binary make target to always build it #159

Closed ptzianos closed 2 months ago

ptzianos commented 2 months ago

The draconctl compiling make target triggers only when the binary isn't available in the expected path. We should change that to always compile using a phony make target, since it's a dependency for a lot of other targets and make has no way of knowing when the Go code has changed. In the case of the release pipelines this will have no effect, but it will improve the development process because we won't have to manually delete the binary every time we need a fresher version to execute or package into a container

ptzianos commented 2 months ago

fixed in https://github.com/ocurity/dracon/commit/793976921fa9dc244dd9da04791f65047e95bc3d