You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compile a list of all runtime_asset references in any template, and verify that all of the referenced assets are also present, per namespace. Test should fail if there is a missing asset.
The text was updated successfully, but these errors were encountered:
similar to the secrets reference... just needs some looping.
I might combine these into the same pre-looping logic so I grab both the secrets and asset references at the same time.
Compile a list of all
runtime_asset
references in any template, and verify that all of the referenced assets are also present, per namespace. Test should fail if there is a missing asset.The text was updated successfully, but these errors were encountered: