Skip to content
Snippets Groups Projects
  1. Dec 27, 2020
  2. Dec 24, 2020
    • Liz Rice's avatar
      Expected result pattern not always shows (#784) · 6452df7c
      Liz Rice authored
      
      * Add expectedResultPattern to invalid test
      
      when testing and try convert to numeric we didn't set expectedResultPattern value.
      
      * check for auditconfig before using it
      
      The current state is that when ever audit output is not what we search for we check for auditConfig output which is sometime empty and therefore create empty expected result as described in #694
      
      * Fix issue about expectedResultPattern
      
      expectedResultPattern not always shown and wasn't accurate enough 
      Issue #705
      
      * Add tests for ExpectedResult and fixes
      
      Add tests for ExpectedResult with the new output and the verify that the fix is working
      
      * Add missing flags
      
      In some cases not having audit or audit_config flag would fail the test.
      So added just a simple commands like echo something to solve this issue 
      Also add bitmask checks
      
      * 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
      
      * Change expected expectedResultPattern
      
      Now expectedResultPattern is more verbose
      
      * Update ops tests
      
      * Fix unit tests
      
      * Fix bitmask output syntax
      
      * Changes to be committed:
      	modified:   check/check.go
      	modified:   check/test.go
      	modified:   check/test_test.go
      fix unit testing and test.go to resolve conflicts.
      
      * Change found to flagFound
      
      * add missing }
      
      * change found to flag found
      
      Co-authored-by: default avataryoavrotems <yoavrotems97@gmail.com>
      6452df7c
  3. Dec 23, 2020
    • Liz Rice's avatar
      GitHub Actions in correct directory (#787) · b6f619cd
      Liz Rice authored
      * Rename workflow to workflows
      
      * Add integration tests to Actions
      
      * Upload code coverage after unit test
      
      * don't need code coverage when we do a release
      
      * Use same Go version as in go.mod
      
      * Use same Go version as go.mod
      b6f619cd
  4. Dec 21, 2020
  5. Dec 17, 2020
  6. 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
  7. Nov 16, 2020
  8. Nov 02, 2020
  9. Oct 29, 2020
  10. Oct 19, 2020
  11. Oct 18, 2020
  12. Oct 09, 2020
  13. Oct 07, 2020
    • Tom Kelley's avatar
    • Tom Kelley's avatar
      Improve Proxykubeconfig tests (#708) · a7aa21f3
      Tom Kelley authored
      
      * Changes for 1.5
      
      * Update cis-1.3 through 1.6 to also work with configmaps.
      
      * Switch on if proxykubeconfig is set, instead of setting a variable in the script.
      
      * permissons -> proxykubeconfig for 2.2.5/4.1.3 to keep these tests locked with 2.2.6/4.1.4
      
      * Updating test output? Maybe?
      
      * Copy integration test output files into docker image?
      
      * Make entrypoint move integration folder to host, print 1.5 node info.
      
      * Change the order of tests in travis to load files before testing.
      
      * Return tests to place
      
      Those tests comes first since there is more likely to fail with them and then the test will fail "faster" which will save time
      
      * Remove copy integration 
      
      When running in a container we don't need to test, only when build and running in Travis to make sure everything is working fine.
      
      * Add $ mark before proxykubeconfig
      
      If not having $ before the parameter then it won't get substituted
      
      * Add $ mark before proxykubeconfig
      
      If not having $ before the parameter then it won't get substituted
      
      * Remove test relate lines
      
      We don't test while running, only integration testing when building and unit testing
      
      * Add spaces
      
      * Change 4.1.3 4.1.4
      
      Those tests now should pass.
      
      * Change tests 4.1.3 and 4.1.4
      
      Those tests now should PASS
      
      * Update job.data with more accurate counts. Thanks to @yoavrotems for getting the project this far!
      
      * Thanks for linting, yamllint!
      
      Co-authored-by: default avatarYoav Rotem <yoavrotems97@gmail.com>
      a7aa21f3
  14. Oct 03, 2020
  15. Oct 01, 2020
  16. Sep 21, 2020
  17. Sep 17, 2020
    • yoavrotems's avatar
      Add cis 1.6 (#678) · 7280438e
      yoavrotems authored
      * Add new cis version yamls
      
      Add new cis version yamls
      
      * Add new cis version yamls
      
      * Add cis-1.6 to versions table
      
      * support version mapping cis-1.6
      
      * support version mapping cis-1.6
      
      * Update controlplane.yaml
      
      * Update etcd.yaml
      
      * Update node.yaml
      
      * Update policies.yaml
      
      * Create job.data
      
      * Create job-node.data
      
      * Create job-master.data
      
      * Create add-tls-kind.yaml
      
      * Change node version to 1.15.0
      
      * Add tests for cis-1.6
      
      * Delete node_only.yaml
      
      * Change tests 1.1.19-1.1.21
      
      Change 1.1.19-1.1.21 because failing tests
      
      * Update job.data
      
      * Update job-master.data
      
      * Update job-master.data
      
      * Update job.data
      
      * fix 1.2.35 remediation 
      
      tabs instead of spaces
      
      * Update job-master.data
      
      * Remove extra space
      
      * Update job.data
      
      * Create node_only.yaml
      
      * Add tests for cis-1.6
      
      Add tests for cis-1.6 and change some from 1,5 to 1.6
      
      * Fix typo
      
      * Add mapping for cis-1.6
      
      * Remove extra space in 1.2.35 remediation
      
      * Update job.data
      
      * Update job-master.data
      
      * Fix type 1.2.35
      
      * Remove trailing spaces
      
      * Remove trailing spaces
      
      * Remove trailing spaces
      
      * Remove trailing spaces
      
      * Add version 1.19 kubernetes support
      
      * Add version 1.19 kubernetes support
      
      * Add version 1.19 kubernetes support
      7280438e
    • yoavrotems's avatar
      Set actualResult (#703) · 041c4373
      yoavrotems authored
      actual Result is used later on to get actual value and the --include-test-output values but it never got set so its always empty.
      041c4373
  18. Sep 14, 2020
  19. Sep 09, 2020
  20. Sep 07, 2020
  21. Sep 06, 2020
  22. Sep 03, 2020
  23. Sep 02, 2020
    • Sathi Dyapa's avatar
      Updating section id 4.6 (#689) · 3488c834
      Sathi Dyapa authored
      - id: 4.6
              text: "Verify the scheduler pod specification file ownership set by OpenShift"
              audit: "stat -c %u:%g /etc/origin/node/pods/controller.yaml" -- (lower case u and g ) it returns the uID and gID in numeric i.e 0:0 not root:root.
      it supposed to be Uppercase: audit: "stat -c %U:%G /etc/origin/node/pods/controller.yaml"
      3488c834
Loading