Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix issue for scanning list obj * Fix go mod in httphandler pkg * Broken links fix in roadmap.md Planning, backlog, and wishlist links were not taking to the required section. * override infoMap only if it's not nil * improved icon of kubescape in readme * Support scanning several files * gramatical improvements * docs(readme): Star → star * Fix issues according to review * Handle with issues caused by updating opa-utils * Fix scanning ListObj following reviews * Update core/pkg/resourcehandler/filesloader.go Co-authored-by: Vlad Klokun <[email protected]> * Update completion.go * Added fixed control input * update go.mod * Print chart name log when fail to generate * Change formatting to %s * Added resource prioritization information, raw resource will be sent on the result object * Merging typo fixes from master (kubescape#772) * greetings * Update aws.sh simplified the comment * typo: In the title and h1 element Their was a typo in index.html file. * punctuation changes * docs : added gitpod badge in readme.md * fixed typos * � some grammar mistake is corrected inPULL_REQUEST_TEMPLATE.md file * Updated README.md file Added link to CONTRIBUTING.md file in a line in README. * Added link to code of conduct file I have added link to the code of conduct file and fixed some problems in the Readme file. * Fixed readme * Added alpine tag Adding alpine tag instead of latest and removing repeating commands * roadmap.md file is modified * Automatically Close "Typo" labelled Issue * build.py is modified * modified PR template * Fixed some typos in feature_request.md "." at the end of the headings were missing and all the text were in same line. Now this gives a clear and concise view of the texts. * fixed the typo in docs/index.html Found and fixed typo in the 'alt' attribute of img tag * Update PULL_REQUEST_TEMPLATE.md Co-authored-by: Krishna Agarwal <[email protected]> Co-authored-by: Saswata Senapati <[email protected]> Co-authored-by: Rahul Singh <[email protected]> Co-authored-by: deepuyadav004 <[email protected]> Co-authored-by: kartik <[email protected]> Co-authored-by: Rounak-28 <[email protected]> Co-authored-by: pwnb0y <[email protected]> Co-authored-by: Ben Hirschberg <[email protected]> Co-authored-by: Saptarshi Sarkar <[email protected]> Co-authored-by: Rahul Surwade <[email protected]> Co-authored-by: Suhas Gumma <[email protected]> Co-authored-by: Kamal Nayan <[email protected]> Co-authored-by: TarangVerma <[email protected]> Co-authored-by: avikittu <[email protected]> * update logger version * update logger version (kubescape#773) * Fixed: Kubescape fails to authenticate remote private Github repo (kubescape#721) * grammar error fixer in CONTRIBUTING.md * scanning private git repository is available * giturl to gitapi * NO TOKEN error functionality added * Used GetToken method of giturl.IGitAPPI for auth Co-authored-by: satyam kale <[email protected]> Co-authored-by: Ben Hirschberg <[email protected]> * bump opa-utils to 181 * Option to force enable color output (closes kubescape#560) (kubescape#767) * Option to force enable color output (closes kubescape#560) (cherry picked from commit 4f95178) * Update go.mod * update scanner image * Update host scanner image (kubescape#774) * update logger version * update scanner image * remove windows exe extension * Remove windows extension build (kubescape#775) * update logger version * update scanner image * remove windows exe extension * commened out prioritization logic * Edit Junit output (kubescape#802) * Edit Junit output * Update go sum * Following review * update AdoptClusterName * Print line separator only if some controls failed (kubescape#813) * removed the extra 'download' word from the example (kubescape#810) it was confusing to understand the download command because there was an extra 'download' mentioned * Prioritization (kubescape#815) * removed commented out code * Added attack tracks information to prioritization algorithm * bump opa-utils * go mod tidy * go mod tidy * CR changes * Issue 613 cluster name (kubescape#783) * added --clusterName flag (kubescape#613) Signed-off-by: Anubhav Gupta <[email protected]> * update flag name to --cluster-name Signed-off-by: Anubhav Gupta <[email protected]> Signed-off-by: Anubhav Gupta <[email protected]> * Per 307 fail on severity counters (kubescape#831) * feat: fail on exceeding severity thresholds (kubescape#830) - Add support for severity counters - Add support for CLI flags that set severity thresholds - Terminate Kubescape with an exit code 1 if scan results exceed the severity thresholds * Update opa-utils pkg version Co-authored-by: Vlad Klokun <[email protected]> * Fix merge conflict * typo in .gitignore file (kubescape#833) * remove unsupported installation method * fixed welcome message * fixed merge * fixed attack tracks loading logic * add flag validation for --account-id (kubescape#605) (kubescape#793) * add flag validation for --account-id (kubescape#605) Signed-off-by: Anubhav Gupta <[email protected]> * add flag validation for --client-id & --secret-key Signed-off-by: Anubhav Gupta <[email protected]> * Validation method should be a member function * Adding unit tests for credentials validate Signed-off-by: Anubhav Gupta <[email protected]> Co-authored-by: David Wertenteil <[email protected]> * Scan Kustomize Directory (kubescape#795) * Scan Kustomize Files * update 'scam Kustomize Directory' documentation in Readme.md * go get * go get inside httphandler * SourceTypeKustomizeDirectory * Added Scan for Kustomization File Co-authored-by: David Wertenteil <[email protected]> * feat: unify severity threshold into one CLI flag (kubescape#838) * feat: unify severity threshold into one CLI flag Before this commit, severity threshold flags were separated by severity. This commit unifies these thresholds into one flag that forces Kubescape to terminate with an exit code 1 if there was at least one failed control at the specified severity threshold or above. * chore: update opa utils version * chore: update opa-utils in httphandler * feat: dont enforce severity by default Previous iteration of supporting the severity threshold enforced it even if the severity threshold was not explicitly specified. This change enforces the severity threshold only if it has been explicitly set. * refactor: clarify flagValidationFramework func name This change clarifies the meaning of the function that validates the scan info for the `scan framework` command. It achieves this by renaming the `flagValidationFramework` function to `validateFrameworkScanInfo`. * Merge branch 'master' into dev Signed-off-by: Anubhav Gupta <[email protected]> Co-authored-by: Moshe-Rappaport-CA <[email protected]> Co-authored-by: Moshe Rappaport <[email protected]> Co-authored-by: Om Raut <[email protected]> Co-authored-by: Kamal Nayan <[email protected]> Co-authored-by: Vlad Klokun <[email protected]> Co-authored-by: Chirag Arora <[email protected]> Co-authored-by: shm12 <[email protected]> Co-authored-by: Amir Malka <[email protected]> Co-authored-by: Krishna Agarwal <[email protected]> Co-authored-by: Saswata Senapati <[email protected]> Co-authored-by: Rahul Singh <[email protected]> Co-authored-by: deepuyadav004 <[email protected]> Co-authored-by: kartik <[email protected]> Co-authored-by: Rounak-28 <[email protected]> Co-authored-by: pwnb0y <[email protected]> Co-authored-by: Ben Hirschberg <[email protected]> Co-authored-by: Saptarshi Sarkar <[email protected]> Co-authored-by: Rahul Surwade <[email protected]> Co-authored-by: Suhas Gumma <[email protected]> Co-authored-by: TarangVerma <[email protected]> Co-authored-by: avikittu <[email protected]> Co-authored-by: satyam kale <[email protected]> Co-authored-by: Aditya Pratap Singh <[email protected]> Co-authored-by: Ashray Shetty <[email protected]> Co-authored-by: Anubhav Gupta <[email protected]> Co-authored-by: Meyazhagan <[email protected]>
- Loading branch information