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

feat: support OCI Image Format #475

Merged
merged 11 commits into from
May 3, 2020
Merged

feat: support OCI Image Format #475

merged 11 commits into from
May 3, 2020

Conversation

knqyf263
Copy link
Collaborator

@knqyf263 knqyf263 commented Apr 26, 2020

Abstract

Support OCI image. Close #465

$ buildah push docker.io/library/alpine:3.11 oci:/path/to/alpine
$ trivy --input /path/to/alpine

Note

TODO: Run go mod tidy after merging aquasecurity/trivy-db#41

Reference

aquasecurity/fanal#101

@knqyf263 knqyf263 added the kind/deprecation Categorizes issue or PR as related to a feature/enhancement marked for deprecation. label Apr 26, 2020
@knqyf263 knqyf263 requested a review from simar7 April 26, 2020 13:43
@knqyf263 knqyf263 self-assigned this Apr 26, 2020
@knqyf263 knqyf263 added kind/feature Categorizes issue or PR as related to a new feature. priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release. and removed kind/deprecation Categorizes issue or PR as related to a feature/enhancement marked for deprecation. labels Apr 30, 2020
@knqyf263 knqyf263 merged commit 415b99d into master May 3, 2020
@knqyf263 knqyf263 deleted the support_oci branch May 3, 2020 08:30
masahiro331 pushed a commit to masahiro331/trivy that referenced this pull request May 26, 2020
* chore(wire): specify package names

* fix(extractor): remove types.GetDockerOption

* chore(README): mention OCI support

* chore(mod): update dependencies

* test(integration): fix an error message

* test(integration): revert the error message

* chore(mod): tidy

Co-authored-by: Simarpreet Singh <simar@linux.com>
GuaoGuao pushed a commit to GuaoGuao/trivy that referenced this pull request Jun 24, 2020
* chore(wire): specify package names

* fix(extractor): remove types.GetDockerOption

* chore(README): mention OCI support

* chore(mod): update dependencies

* test(integration): fix an error message

* test(integration): revert the error message

* chore(mod): tidy

Co-authored-by: Simarpreet Singh <simar@linux.com>
liamg pushed a commit that referenced this pull request Jun 7, 2022
* chore(wire): specify package names

* fix(extractor): remove types.GetDockerOption

* chore(README): mention OCI support

* chore(mod): update dependencies

* test(integration): fix an error message

* test(integration): revert the error message

* chore(mod): tidy

Co-authored-by: Simarpreet Singh <simar@linux.com>
liamg pushed a commit that referenced this pull request Jun 7, 2022
liamg pushed a commit that referenced this pull request Jun 7, 2022
josedonizetti pushed a commit to josedonizetti/trivy that referenced this pull request Jun 24, 2022
* fix: Fix relative result paths in submodules
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature. priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support OCI format images
2 participants