dwertent
87e79110a2
fallback customer guid from configMap
2021-10-19 16:25:54 +03:00
dwertent
f043358a59
merging to dev
2021-10-14 17:32:56 +03:00
dwertent
24b17a8c27
update counters
2021-10-14 17:12:10 +03:00
dwertent
efa53bd83c
fixed loop
2021-10-14 09:13:07 +03:00
dwertent
01f6a1e1c0
fixed counters
2021-10-13 20:41:30 +03:00
Bezalel Brandwine
a922d01005
add support in --environment=dev or customized URLs
2021-10-13 16:45:06 +03:00
dwertent
b053b84197
use packets
2021-10-13 15:56:43 +03:00
Bezalel Brandwine
08f04e19ef
fix download framework (create dir if necessary, lower case "download")
2021-10-13 12:24:21 +03:00
David Wertenteil
c95ef05177
Merge pull request #146 from dwertent/master
...
update flag to keep-local
2021-10-12 18:06:02 +03:00
Daniel Grunberger
563bd8a6a3
Merge pull request #145 from Daniel-GrunbergerCA/master
...
fix number of resources
2021-10-12 17:41:48 +03:00
dwertent
b444542f4d
update flag to keep-local
2021-10-12 17:40:56 +03:00
Daniel-GrunbergerCA
6eded41eee
fix number of resources
2021-10-12 17:08:03 +03:00
dwertent
afc7f85460
adding demo link to readme
2021-10-12 12:39:26 +03:00
yiscah
c1b4d7de39
add controlID field, 'id' to be deprecated
2021-10-12 10:48:46 +03:00
dwertent
c67b111c77
do not submit unregisred user
2021-10-12 09:51:14 +03:00
dwertent
07443548c9
split setCustomer func
2021-10-12 07:59:41 +03:00
dwertent
0c79df7299
restore id after local run, update readme
2021-10-11 16:29:26 +03:00
dwertent
59741b84d1
Update default upload of results to be opt-in
2021-10-11 15:00:23 +03:00
Daniel-GrunbergerCA
76f400d0aa
fix TestConvertLabelsToString test
2021-10-10 13:06:51 +03:00
dwertent
306a8c6201
Merge remote-tracking branch 'upstream/dev'
2021-10-07 18:19:00 +03:00
dwertent
123b620085
Merge branch 'master' of github.com:armosec/kubescape into dev
2021-10-07 18:14:29 +03:00
dwertent
efec8e4f2f
adding unittest to workflow
2021-10-07 18:02:44 +03:00
dwertent
22662fddcd
update display color
2021-10-07 15:03:48 +03:00
Eng Zer Jun
21644e5cba
refactor: move from io/ioutil to io and os package
...
The io/ioutil package has been deprecated as of Go 1.16, see
https://golang.org/doc/go1.16#ioutil . This commit replaces the existing
io/ioutil functions with their new definitions in io and os packages.
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com >
2021-10-07 00:23:09 +08:00
dwertent
16cd30bea8
load configMap before file
2021-10-06 14:06:36 +03:00
dwertent
2a5712bd3c
fixed in cluster crash
2021-10-05 16:11:41 +03:00
Benyamin Hirschberg
21c2bf22dd
Update scaninfo.go
2021-09-19 17:28:46 +03:00
Benyamin Hirschberg
6c94b3a423
Merge branch 'master' into dev
2021-09-19 17:24:14 +03:00
Benyamin Hirschberg
683248db0b
Merge pull request #83 from Daniel-GrunbergerCA/master
...
Finish config local flags
2021-09-19 17:08:56 +03:00
Bezalel Brandwine
dadc8c2c60
exception attributes to lower
2021-09-19 15:07:39 +03:00
Daniel-GrunbergerCA
01c1b44bfc
finish config local flags
2021-09-19 14:53:04 +03:00
Brad Solomon
d53b8272ee
Bugfix: correctly compare filepath.Ext() result
...
Closes #81 .
setOutputFile() will incorrectly append .json to an --output
value that already has it. This is because
https://pkg.go.dev/path/filepath#Ext result includes
the ., whereas the current logic only tests against
json, not .json.
2021-09-16 11:57:58 -04:00
Daniel-GrunbergerCA
fdd688ac68
Merge remote-tracking branch 'upstream/dev'
2021-09-14 17:53:35 +03:00
Daniel-GrunbergerCA
5bb961bdc6
start get/set for config.json
2021-09-14 17:53:21 +03:00
Daniel-GrunbergerCA
9e7cc06f97
give higher priority to config.json
2021-09-14 17:14:21 +03:00
Benyamin Hirschberg
a5e2ebf647
Update datastructuresmethods.go
2021-09-14 16:51:16 +03:00
yiscah
e2d4f8961e
Merge remote-tracking branch 'upstream/dev'
2021-09-14 16:38:13 +03:00
yiscah
c869f2c962
append to msg, loop backward on ruleresponses, don't check redundant role/clusterrole k8sresources
2021-09-14 16:36:57 +03:00
yiscah
033ed17125
controlReport status is passed only if ALL ruleReports passed
2021-09-14 14:58:10 +03:00
yiscah
27c97684b9
delete redundant rule responses
2021-09-14 13:38:53 +03:00
Daniel-GrunbergerCA
41d5fa70ed
Merge remote-tracking branch 'upstream/dev'
2021-09-14 13:21:25 +03:00
Bezalel Brandwine
4206e9c175
add caution for URLs changes
2021-09-14 12:52:35 +03:00
Daniel-GrunbergerCA
8658bb05dd
change token to invitation in configmap
2021-09-14 12:23:28 +03:00
Daniel-GrunbergerCA
9b707016a9
Add set/get key-value option
2021-09-14 11:50:53 +03:00
Bezalel Brandwine
4b02826883
invitation token as param in configmap
2021-09-14 10:36:51 +03:00
Bezalel Brandwine
b29774ea71
some outputs refining
2021-09-14 09:58:17 +03:00
lalafi@cyberarmor.io
07f23ff7d9
Merge branch 'dev' of ssh://github.com/armosec/kubescape into dev
2021-09-13 16:33:32 +03:00
lalafi@cyberarmor.io
2985da6dc9
remove redundant field
2021-09-13 16:33:25 +03:00
Bezalel Brandwine
1523973749
change consts to var so ldflag -s will work
2021-09-13 15:26:29 +03:00
Bezalel Brandwine
4f71fe0d55
support rerun on the same cluster flows
2021-09-13 14:25:09 +03:00