Skip to content

kubeaudit-v0.3.0

Compare
Choose a tag to compare
@shane-lawrence shane-lawrence released this 24 Sep 14:10
dd1e8b3

kubeaudit v0.3.0 adds new options to check CPU and memory limits, ignore checks with override lables, run all checks, and check specific namespaces. It checks all containers in a pod, supports CronJobs, and contains various bugfixes and other improvements.

Changelog

dd1e8b3 Merge pull request #109 from Shopify/fix_gofmt
166b748 Fix spacing and typos
f2fc144 Merge pull request #108 from Shopify/fix_golint
f824cec Reword type comments
39b951b Make comments ~120 chars per line
9bdbe23 Change capitalization to match style guide.
fb56062 Remove unused constants
ec9ac50 Add comments
0af40c9 Merge pull request #106 from Shopify/fix_config_file_location
fedcde1 Remove local config path dependency and make it a config flag
a241b15 Merge pull request #105 from Shopify/fix_readme
e2c4d4c Update readme labels section
87d82cc Merge pull request #102 from lrakai/Fix-README-list-numbering
f9d0771 Remove leading spaces in service account list
76ae0f0 Update README.md
3a36301 Bugfixes: Allow any of the deployment types to be used, fix spurious errors on services (#99)
987d36f Add kind CronJob
b8d7882 Merge pull request #97 from Shopify/fix96
870c707 import oidc auth-provider to support oidc based kubconfig
c0491db Merge pull request #90 from Shopify/container-handling-bug
fdf57e2 Kubeaudit audits all containers now
ab321df Fixes #87 autofix (#89)
dde84a6 Merge pull request #82 from Shopify/all-cmd
6a22472 Merge pull request #86 from Shopify/refactor-labels
2f6b230 Make labels conform to standards
14f5e3a Merge pull request #83 from CameronLonsdale/patch-1
40729fe Update privileged.go documentation
cbab6c4 Add all command
681607c Merge pull request #81 from Shopify/update-readme-autofix
7aaca31 Add autofix to readme
05f86ec Merge pull request #75 from Shopify/autofix
17626e2 Add "autofix" to automatically fix potential security issues in the manifest
fd1cd79 Merge pull request #79 from Shopify/improve-tests
a2f41cf Add stricter check for audit tests
e28a609 Merge pull request #77 from Shopify/show_coverage
8001fe9 Add a rule in makefile to show coverage in HTML format
ecd2c49 Merge pull request #73 from Shopify/adding-labels
278c4bf Add options to override audits using labels
29cca5b Merge pull request #76 from Shopify/refactor-own-types-away
24197af Refactors util.go switches to runtime.Object from kubeaudit types
47196b7 Merge pull request #74 from Shopify/refactor-util-create-result
d0401af Break type result out of util
1e125f2 Merge pull request #72 from jerr/with-namespace
104dce4 Adding namespace option.
86d331b Merge pull request #71 from jerr/quota_cmd
7f78a3f Adding limits command
15a8743 Merge pull request #69 from Shopify/allowpe-readme-update
0d4a277 Add allowpe to readme