Skip to content
Snippets Groups Projects
  1. Dec 09, 2021
  2. Nov 18, 2021
  3. Nov 14, 2021
  4. Nov 08, 2021
  5. Oct 27, 2021
  6. Oct 04, 2021
  7. Oct 03, 2021
  8. Aug 30, 2021
  9. Jul 07, 2021
  10. Jun 20, 2021
  11. Jun 16, 2021
    • Yoav Rotem's avatar
      New cis v1.20 (#912) · 2d033edc
      Yoav Rotem authored
      * Add files via upload
      
      * Add new cis support v1.20!
      
      * Fix issue with 1.1.9 and 1.1.10 tests
      
      Tests in some cases stat empty path which will return error.
      
      * Add tests for kubernetes 1.20 and retire 1.15 tests
      
      kubernetes 1.15 is not supported anymore and we shouldn't keep testing it.
      
      * Kubernetes 1.15 is not supported anymore
      
      * Tests for kubernetes 1.20
      
      * Fix yamllint errors
      
      Removed trailing spaces (trailing-spaces)
      
      * Add tests for v1.20
      
      * Remove extra spaces
      
      * Change cis test functions names
      2d033edc
    • Yoav Rotem's avatar
  12. Jun 08, 2021
  13. Jun 07, 2021
  14. May 23, 2021
  15. May 18, 2021
    • Yoav Rotem's avatar
      Fix test request timeout (#874) · 1f4b941c
      Yoav Rotem authored
      * Test 1.2.24 should be manual
      
      * Test 1.2.26 should be manual
      
      * Test 1.2.26 should be manual
      
      * Change test 1.2.26
      
      * Change test 1.2.26
      
      * Change test 1.2.26
      
      * Change test 1.2.26
      
      * Change test 1.2.26
      1f4b941c
    • Yoav Rotem's avatar
      Update gke-1.0 (#873) · 9820da95
      Yoav Rotem authored
      * Create controlplane.yaml
      
      * Update and tidy yaml
      
      * Update and tidy yaml
      
      * Update and tidy yaml
      9820da95
  16. May 11, 2021
  17. May 09, 2021
    • Yoav Rotem's avatar
      Add detected kubernetes version (#869) · 887965d3
      Yoav Rotem authored
      * Add detected kubernetes version to controls
      
      * Refactore NewControls function
      
      Now new Control function is expecting detected version argument.
      
      * Refactore NewControls function
      
      Now new Control function is expecting detected version argument.
      
      * Refactore NewControls function
      
      New Control function is expecting detected version argument.
      
      * Add detected kube version
      
      * add detecetedKubeVersion
      
      * Add detecetedKubeVersion
      
      * Add detectedKubeVersion
      
      * Add detecetedKubeVersion
      
      * Fix missing version
      
      * Change version
      
      Change version from 3.10 to rh-0.7
      
      * fix version: "cis-1.5"
      
      * fix version: "cis-1.5"
      
      * fix version: "cis-1.5"
      
      * Fix version: "cis-1.5"
      
      * Fix version: "cis-1.5"
      
      * Fix version: "cis-1.6"
      
      * Fix version: "cis-1.6"
      
      * Fix version: "cis-1.6"
      
      * Fix version: "cis-1.6"
      
      * Fix version: "cis-1.6"
      887965d3
  18. May 02, 2021
  19. Apr 29, 2021
  20. Apr 08, 2021
  21. Mar 24, 2021
    • Yoav Rotem's avatar
      Update ocp 3.11 (#849) · f2386c03
      Yoav Rotem authored
      * Add OCP auto-detection
      
      * Add test for openshift
      
      * update and fix bugs
      
      update file to match with new kube-bench features and fix bugs
      
      * Update file and fix bugs
      
      update file to match with new kube-bench features and fix bugs
      
      * Remove specific configs
      
      Those configs could be set in main config.yaml
      
      * Update to include openshift files
      
      * fix typos
      
      * fix typo
      
      * Remove trailing spaces
      
      * Update util.go
      
      * Add tests for getOcpValidVersion
      f2386c03
  22. Mar 22, 2021
    • Yoav Rotem's avatar
      Add logging (#822) · 0cb30276
      Yoav Rotem authored
      
      * Add more logging
      
      The old logging could was lacking and in some cases misleading
      
      * Add Logging
      
      Add more logs and change some old messages, the important part is make each test log more readable by adding ------ test id ------ section in logs
      
      * Fix typos
      
      * more info
      
      add more info in comment about the function and it use cases
      
      Co-authored-by: default avatarLiz Rice <liz@lizrice.com>
      
      * Use switch case
      
      Change the logic from if to switch and tidy up the code
      0cb30276
  23. Feb 11, 2021
  24. Feb 10, 2021
  25. Jan 20, 2021
  26. Jan 13, 2021
  27. Dec 21, 2020
    • Liz Rice's avatar
      Refactor group skip (#783) · e4d6ed2e
      Liz Rice authored
      
      * Add example IAM policy
      
      * Pass RotateKubeletServerCertificate related checks if it's not found (#767)
      
      * Allow for environment variables to be checked in tests (#755)
      
      * Initial commit for checking environment variables for etcd
      
      * Revert config changes
      
      * Remove redundant struct data
      
      * Fix issues with failing tests
      
      * Initial changes based on code review
      
      * Add option to disable envTesting + Update docs
      
      * Initial tests
      
      * Finished testing
      
      * Fix broken tests
      
      * Add a total summary and always show all tests. (#759)
      
      Whether the total summary is shown can be specified with an option.
      
      Fixes #528
      
      Signed-off-by: default avatarChristian Zunker <christian.zunker@codecentric.cloud>
      
      * Update Readme.md file with link to Contribution guide (#754)
      
      * Update License with the year and the owner name
      
      Please add this to make your license agreement strong
      
      * Updated Readme.md file with license and proper documentation links
      
      I have added a proper license agreement to the documentation. Also shortened the links to the issues so that it does not break in any on the forks.
      
      * Update LICENSE
      
      * Update README.md
      
      * Update README.md
      
      * Remove erroneous license info
      
      Co-authored-by: default avatarLiz Rice <liz@lizrice.com>
      
      * Support auto-detect platform when running on EKS or GKE (#683)
      
      * Support auto-detect platform when running on EKS or GKE
      
      * Change to get platform name from `kubectl version`
      
      * fix regexp and add test
      
      * Update Server Version match for EKS
      
      * try to get version info from api sever at first
      
      * Refactor group skip
      
      changed group 'skip' from being a bool to be 'type' string as done in check
      
      * Change skip: true -> type: skip
      
      Co-authored-by: default avatarHuang Huang <mozillazg101@gmail.com>
      Co-authored-by: default avatarWicked <jason_attwood@hotmail.co.uk>
      Co-authored-by: default avatarChristian Zunker <827818+czunker@users.noreply.github.com>
      Co-authored-by: default avatarKaiwalya Koparkar <kaiwalyakoparkar@gmail.com>
      Co-authored-by: default avatarYoav Rotem <yoavrotems97@gmail.com>
      e4d6ed2e
  28. Nov 23, 2020
    • Brian Terry's avatar
      Aws asff (#770) · c3f94dd8
      Brian Terry authored
      
      * add aasf
      
      * add AASF format
      
      * credentials provider
      
      * add finding publisher
      
      * add finding publisher
      
      * add write AASF path
      
      * add testing
      
      * read config from file
      
      * update docker file
      
      * refactor
      
      * remove sample
      
      * add comments
      
      * Add comment in EKS config.yaml
      
      * Fix comment typo
      
      * Fix spelling of ASFF
      
      * Fix typo and other small code review suggestions
      
      * Limit length of Actual result field
      
      Avoids this message seen in testing:
        Message:Finding does not adhere to Amazon Finding Format. data.ProductFields['Actual result'] should NOT be longer than 1024 characters.
      
      * Add comment for ASFF schema
      
      * Add Security Hub documentation
      
      * go mod tidy
      
      * remove dupe lines in docs
      
      * support integration in any region
      
      * fix README link
      
      * fix README links
      
      Co-authored-by: default avatarLiz Rice <liz@lizrice.com>
      c3f94dd8
  29. Nov 16, 2020
  30. Nov 02, 2020
  31. Oct 29, 2020
  32. Oct 18, 2020
Loading