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

fix 170: add more checks for unresolved components #171

Closed ptzianos closed 2 months ago

ptzianos commented 2 months ago

before deploying a pipeline we resolve all the components in two stages. first we resolve components that are in the local filesystem or that will be downloaded. then, in the 'Deploy' method of the orchestrator implementations we deploy unmanaged Tasks and check that all the managed Tasks are present in the cluster. we should have more checks that the unmanaged Tasks have been resolved correctly before trying to do anything with them.

Fixes #170