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: allow passing files to patch #26

Merged
merged 1 commit into from
Feb 20, 2020
Merged

Conversation

jbrockopp
Copy link
Contributor

No description provided.

@jbrockopp jbrockopp added the feature Indicates a new feature label Feb 20, 2020
@jbrockopp jbrockopp requested a review from a team as a code owner February 20, 2020 17:39
@jbrockopp jbrockopp self-assigned this Feb 20, 2020
@jbrockopp jbrockopp mentioned this pull request Feb 20, 2020
@codecov
Copy link

codecov bot commented Feb 20, 2020

Codecov Report

Merging #26 into master will decrease coverage by 1.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #26      +/-   ##
==========================================
- Coverage   52.36%   51.35%   -1.02%     
==========================================
  Files           8        8              
  Lines         317      333      +16     
==========================================
+ Hits          166      171       +5     
- Misses        150      161      +11     
  Partials        1        1              

for _, container := range p.Containers {
pattern := fmt.Sprintf(deploymentPatch, container.Name, container.Image)

want := exec.Command(

Choose a reason for hiding this comment

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

G204: Subprocess launched with function call as argument or cmd arguments (from gosec)

@jbrockopp jbrockopp merged commit 05b5554 into master Feb 20, 2020
@jbrockopp jbrockopp deleted the feature/patch/files branch February 20, 2020 19:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Indicates a new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants