makes
makes copied to clipboard
Builtin for scanning makes environments with Syft?
https://github.com/anchore/syft
Something like
{
scanWithSyft = {
myEnvs = {
setup = [
env1
env2
];
policy = {
maxSeverity = 4;
...
};
};
};
}