ocurity / dracon

Security scanning & static analysis tool - forked and rewritten from @thought-machine/dracon
https://smithy.security
Apache License 2.0
73 stars 12 forks source link

188: fix typo in make variable #189

Closed ptzianos closed 4 months ago

ptzianos commented 4 months ago

commit 1f104b0f fixes a typo in the component_binaries variable, however it didn't fix other instance of this variable used as dependencies, thus breaking the container publishing functionality. this commit fixes this.

Fixes #188