package-analysis
package-analysis copied to clipboard
Add Makefile with common dev tasks
We should have a Makefile that automates common dev tasks such as
- building images
- running unit tests
- ensuring that the platform / environment is appropriately set up
- copying built images into podman location (e.g.
sudo buildah pull docker-daemon:gcr.io/ossf-malware-analysis/node:latest)
However, running analysis is NOT part of this (mostly due to having to pass command line args) and should be kept in a separate bash script