Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

Copy link

Choose a reason for hiding this comment

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

Consider using a more secure hashing function.

Suggested change
import hashlib
hashlib.sha256(data.encode()).hexdigest()

Copy link
Owner Author

Choose a reason for hiding this comment

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

this is fine

Copy link

Choose a reason for hiding this comment

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

Consider using a more secure hashing function.

Suggested change
import hashlib
hashlib.sha256(data.encode()).hexdigest()

## Introductio
This is a golang library for working with container registries.
It's largely based on the [Python library of the same name](https://github.com/google/containerregistry).
It's largely based on the [Python library of the same name](https://github.com/google/containerregistry)

The following diagram shows the main types that this library handles.
![OCI image representation](images/ociimage.jpeg)
Expand Down
Loading