docker / app

Make your Docker Compose applications reusable, and share them on Docker Hub
Apache License 2.0
1.58k stars 177 forks source link

Bump vendored docker/cli #657

Closed chris-crone closed 4 years ago

chris-crone commented 4 years ago

- What I did This allows us to rely on the upstream yaml.v2 library as it includes a mitigation for malicious YAML files.

Related issue: https://github.com/kubernetes/kubernetes/issues/83253

- How I did it

- How to verify it

- Description for the changelog

- A picture of a cute animal (not mandatory but encouraged)

codecov[bot] commented 4 years ago

Codecov Report

Merging #657 into master will increase coverage by 0.22%. The diff coverage is 86.11%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #657      +/-   ##
==========================================
+ Coverage   71.67%   71.89%   +0.22%     
==========================================
  Files          51       52       +1     
  Lines        2616     2651      +35     
==========================================
+ Hits         1875     1906      +31     
- Misses        498      500       +2     
- Partials      243      245       +2
Impacted Files Coverage Δ
internal/commands/root.go 72.11% <0%> (ø) :arrow_up:
internal/commands/image/command.go 100% <100%> (ø) :arrow_up:
internal/commands/image/tag.go 88.23% <88.23%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 350ab29...90470cf. Read the comment docs.