Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

Add command to run ALL the audits #82

Merged
merged 1 commit into from
Jan 18, 2018
Merged

Add command to run ALL the audits #82

merged 1 commit into from
Jan 18, 2018

Conversation

skyhelix
Copy link

Adds all command, does what it says on the tin.

@skyhelix skyhelix changed the title [WIP] Add command to run all the tests Add command to run ALL the tests Jan 10, 2018
jinankjain
jinankjain previously approved these changes Jan 10, 2018
Copy link
Contributor

@klautcomputing klautcomputing left a comment

Choose a reason for hiding this comment

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

I am only requesting changes because I think it is not prominent enough in the readme and I think it should be! Overall a really solid implementation and the refactor with the mergeAuditFunctions is really nice.

@@ -60,9 +60,6 @@ func auditImages(image imgFlags, resource k8sRuntime.Object) (results []Result)
break
}
}
for _, result := range results {
Copy link
Contributor

Choose a reason for hiding this comment

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

💯 👍

kind: Deployment
metadata:
creationTimestamp: null
name: cababilitiesAdded
Copy link
Contributor

Choose a reason for hiding this comment

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

cababilitiesAdded and no caps added 😢

README.md Outdated
@@ -265,6 +266,19 @@ WARN[0000] CPU limit exceeded, it is set to 1 but it must not exceed 500m. Pleas
WARN[0000] Memory limit exceeded, it is set to 512Mi but it must not exceed 125Mi. Please adjust it!
```

<a name="all" />

Copy link
Contributor

Choose a reason for hiding this comment

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

This is a great feature and I think will be the audit that 99% of all the people will run 99% of the time. Thus, it needs to be above all other audits, right next to autofix

@skyhelix skyhelix changed the title Add command to run ALL the tests Add command to run ALL the audits Jan 11, 2018
@jinankjain
Copy link
Contributor

@klautcomputing @fedorlis This can also be merged now :)

@skyhelix skyhelix merged commit dde84a6 into master Jan 18, 2018
@skyhelix skyhelix deleted the all-cmd branch January 18, 2018 14:50
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants