Sysdig Inspect icon

Sysdig Inspect 0.12.1

Interface for container troubleshooting and security investigation

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    sysdig-inspect # Sysdig Inspect
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    sysdig-inspect # Sysdig Inspect
  ];
}

Package Definition

{
  "pname": "sysdig-inspect",
  "version": "0.12.1",
  "src": {
    "url": "https://github.com/draios/sysdig-inspect/releases/download/0.12.1/sysdig-inspect-mac-x86_64.zip",
    "sha256": "73287e0b24ca25531d9592f51fa50325f5140a667eb7585066401cbe2dd7ac0d"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Sysdig Inspect-darwin-x64/Sysdig Inspect.app\" && cp -r \"Sysdig Inspect-darwin-x64/Sysdig Inspect.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Interface for container troubleshooting and security investigation",
    "homepage": "https://github.com/draios/sysdig-inspect"
  }
}