image

package
v0.0.0-...-2d4f0a5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 30, 2024 License: Apache-2.0 Imports: 9 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL