package-analysis icon indicating copy to clipboard operation
package-analysis copied to clipboard

Add Makefile with common dev tasks

Open maxfisher-g opened this issue 3 years ago • 0 comments

We should have a Makefile that automates common dev tasks such as

  1. building images
  2. running unit tests
  3. ensuring that the platform / environment is appropriately set up
  4. 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

maxfisher-g avatar Oct 18 '22 05:10 maxfisher-g