Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ImageCmd = &cobra.Command{ Use: "image", Short: "Analyze cryptographic assets in a container image", Long: `Analyze cryptographic assets in a container image Supported image sources: - local application with dockerfile (ready to be build) - local docker image from docker daemon - local docker image as TAR archive - local OCI image as directory - local OCI image as TAR archive - OCI image from OCI registry - docker image from dockerhub registry - image from singularity`, PersistentPreRun: func(cmd *cobra.Command, args []string) { os.Setenv("DOCKER_HOST", viper.GetString("docker_host")) }, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.