The AMI fails to build. The npm portion of the BloodHound tool fails.
To reproduce
Create a prerelease of the Kali AMI from this repo.
Watch the build workflow fail.
Expected behavior
The build workflow should succeed.
Any helpful log output or screenshots
2022-02-17T20:57:40Z: amazon-ebs: TASK [Build BloodHound] ********************************************************
2022-02-17T20:57:40Z: amazon-ebs: fatal: [default]: FAILED! => {"changed": true, "cmd": ["npm", "run", "linuxbuild"], "delta": "0:00:00.380912", "end": "2022-02-17 20:57:40.928103", "msg": "non-zero return code", "rc": 1, "start": "2022-02-17 20:57:40.547191", "stderr": "npm ERR! Missing script: \"linuxbuild\"\nnpm ERR! \nnpm ERR! To see a list of scripts, run:\nnpm ERR! npm run\n\nnpm ERR! A complete log of this run can be found in:\nnpm ERR! /root/.npm/_logs/2022-02-17T20_57_40_741Z-debug-0.log", "stderr_lines": ["npm ERR! Missing script: \"linuxbuild\"", "npm ERR! ", "npm ERR! To see a list of scripts, run:", "npm ERR! npm run", "", "npm ERR! A complete log of this run can be found in:", "npm ERR! /root/.npm/_logs/2022-02-17T20_57_40_741Z-debug-0.log"], "stdout": "", "stdout_lines": []}
π Summary
The AMI fails to build. The
npm
portion of the BloodHound tool fails.To reproduce
Expected behavior
The build workflow should succeed.
Any helpful log output or screenshots