Skip to content
Snippets Groups Projects
  1. Jul 07, 2021
  2. Jun 20, 2021
  3. Jun 09, 2021
    • Yoav Rotem's avatar
      mkdocs support and update docs (#884) · 0d1bd2bb
      Yoav Rotem authored
      
      * Delete README.md
      
      * Edit readme and separate into different files
      
      * Update README.md
      
      * Update Running.md
      
      * Update CONTRIBUTING.md
      
      * Create Contributing.md
      
      * Add files via upload
      
      * Update Index.md
      
      * Rename Flags and Commands.md to Flags_and_commands.md
      
      * Rename Index.md to index.md
      
      * Create mkdocs.yml
      
      * Delete images directory
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * Create mkdocs-dev.yaml
      
      * Create mkdocs-latest.yaml
      
      * Update mkdocs.yml
      
      * Update mkdocs.yml
      
      * Update mkdocs.yml
      
      Add yamllint ---
      
      * Make it yamllint comply
      
      * Make Yamllint comply
      
      * Make Yamllint comply
      
      * Change description
      
      Co-authored-by: default avatarItay Shakury <itay@itaysk.com>
      
      * Fix syntax
      
      Co-authored-by: default avatarItay Shakury <itay@itaysk.com>
      
      * Update docs/Architecture.md
      
      Co-authored-by: default avatarItay Shakury <itay@itaysk.com>
      
      * Update docs/Architecture.md
      
      Co-authored-by: default avatarItay Shakury <itay@itaysk.com>
      
      * Update example for test files
      
      * Update contributing
      
      * Delete Contributing.md
      
      * Update Flags_and_commands.md
      
      * Change syntax and add source
      
      * Update Platforms.md
      
      * lower case file names
      
      * lower case file names
      
      * Lower case file names
      
      * Lower case file names
      
      * Lower case file names
      
      * Lower case file names
      
      * Add note about inspect master in some platforms
      
      * Add quick start
      
      * Lower case files names
      
      * Lower case files names
      
      * Fixing typo
      
      * Remove section about old ocp
      
      * Fix typos
      
      Co-authored-by: default avatarItay Shakury <itay@itaysk.com>
      0d1bd2bb
  4. Feb 22, 2021
  5. 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
  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 05, 2019
  8. Oct 25, 2019
  9. Oct 24, 2019
  10. Aug 07, 2019
    • Abubakr-Sadik Nii Nai Davis's avatar
      Remove duplicate documentation. (#373) · 2e27d681
      Abubakr-Sadik Nii Nai Davis authored
      * Remove duplicate documentation.
      
      * Add test configuration header back in main README.
      
      * Add missing regex operator in docs/README.
      
      * Fix incorrect description of configuration options bins, confs etc.
      
      * Move description of version auto-detection to main README.
      
      * Use 1.13 in examples since cfg/1.12 doesn't exist
      
      * Remove duplicate sentence about regex
      
      This sentence is now in the docs/README
      
      * Add link to the docs for test YAML definitions
      2e27d681
  11. Jun 05, 2019
  12. Jun 04, 2019
Loading