Skip to content

Commit

Permalink
remove unneeded field
Browse files Browse the repository at this point in the history
  • Loading branch information
EyalDelarea committed Sep 18, 2023
1 parent 16e7d30 commit 0d61c59
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions xray/commands/scan/dockerscan.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,10 @@ const (

type DockerScanCommand struct {
ScanCommand
imageTag string
targetRepoPath string
dockerFilePath string
scanner *bufio.Scanner
hashToCommandMap map[string]services.DockerfileCommandDetails
imageTag string
targetRepoPath string
dockerFilePath string
scanner *bufio.Scanner
}

func NewDockerScanCommand() *DockerScanCommand {
Expand Down

0 comments on commit 0d61c59

Please sign in to comment.