Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Balogh <p.balogh.sa@gmail.com>
  • Loading branch information
pbalogh-sa committed Feb 25, 2021
1 parent de826fe commit 52fdc98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/anchore/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ func anchoreRequest(path string, bodyParams map[string]string, method string) ([
func getStatus(digest string, tag string) bool {
params := url.Values{}
params.Add("history", "false")
params.Add("datall", "false")
params.Add("detail", "false")
params.Add("tag", tag)

path := fmt.Sprintf("/v1/images/%s/check?%s", digest, params.Encode())
Expand Down

0 comments on commit 52fdc98

Please sign in to comment.