This repository was archived by the owner on Oct 10, 2020. It is now read-only.

Description
I am writing an atomic scanner for a use case where the scanner needs to know the image_name being processed.
Now, I get the image name by explicitly setting an env variable while invoking the atomic scan command like
IMAGE_NAME=<image_name> atomic scan [..]
what's the better way to get image_name without explicitly have to ask for providing env var along with atomic scan command?