makes icon indicating copy to clipboard operation
makes copied to clipboard

Builtin for scanning makes environments with Syft?

Open dsalaza4 opened this issue 2 years ago • 0 comments

https://github.com/anchore/syft

Something like

{
  scanWithSyft = {
    myEnvs = {
      setup = [
        env1
        env2
      ];
      policy = {
        maxSeverity = 4;
        ...
      };
    };
  };
}

dsalaza4 avatar Apr 25 '23 19:04 dsalaza4