Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

get image before send to analysis #70

Merged
merged 3 commits into from
Feb 25, 2021
Merged

get image before send to analysis #70

merged 3 commits into from
Feb 25, 2021

Conversation

pbalogh-sa
Copy link
Member

Signed-off-by: Peter Balogh p.balogh.sa@gmail.com

Q A
Bug fix? no
New feature? yes
API breaks? no
Deprecations? no
Related tickets fixes #69
License Apache 2.0

What's in this PR?

Implement precheck

Signed-off-by: Peter Balogh <p.balogh.sa@gmail.com>
Signed-off-by: Peter Balogh <p.balogh.sa@gmail.com>
@pbalogh-sa pbalogh-sa marked this pull request as ready for review February 25, 2021 12:06
Signed-off-by: Peter Balogh <p.balogh.sa@gmail.com>
Copy link
Member

@bonifaido bonifaido left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@pbalogh-sa pbalogh-sa merged commit de826fe into master Feb 25, 2021
@pbalogh-sa pbalogh-sa deleted the precheck-images branch February 25, 2021 12:21
path := fmt.Sprintf("/v1/images/%s/check?history=false&detail=false&tag=%s", digest, tag)
params := url.Values{}
params.Add("history", "false")
params.Add("datall", "false")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed on master 52fdc98

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement precheck against analysis status
3 participants