dwertent
6dab82f01a
fixed output format
2022-03-13 15:03:22 +02:00
dwertent
7a01116db5
adding ks interface
2022-03-13 10:59:38 +02:00
dwertent
8f1e4ceff0
split pkg
2022-03-13 09:59:57 +02:00
Daniel-GrunbergerCA
7d12552932
add option to run single control
2021-10-18 17:39:35 +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
Bezalel Brandwine
00d8660a91
fix --help flag
2021-10-14 10:46:42 +03:00
Bezbran
266480c234
Merge branch 'dev' into dev
2021-10-13 16:57:14 +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
David Wertenteil
edab68f4fb
Merge pull request #152 from Bezbran/dev
...
fix download framework command
2021-10-13 12:35:26 +03:00
Bezalel Brandwine
08f04e19ef
fix download framework (create dir if necessary, lower case "download")
2021-10-13 12:24:21 +03:00
dwertent
5499c7a96f
fixed #149
2021-10-13 12:03:57 +03:00
dwertent
b444542f4d
update flag to keep-local
2021-10-12 17:40:56 +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
659647353e
fix return code in help msg
2021-10-10 15:43:08 +03:00
Daniel-GrunbergerCA
0eba51c80b
beautify help msgs
2021-10-10 14:38:14 +03:00
Daniel-GrunbergerCA
e0e0a811eb
Add supported frameworks to help msg
2021-10-10 14:01:35 +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
yiscah
25247491ee
add mitre to supportedFrameworks, accept upper/lowercase "MITRE"
2021-10-04 16:56:18 +03:00
Daniel-GrunbergerCA
01c1b44bfc
finish config local flags
2021-09-19 14:53:04 +03:00
Daniel-GrunbergerCA
5bb961bdc6
start get/set for config.json
2021-09-14 17:53:21 +03:00
Daniel-GrunbergerCA
9b707016a9
Add set/get key-value option
2021-09-14 11:50:53 +03:00
dwertent
4d68ca6aa2
update exceptions support
2021-09-13 10:24:24 +03:00
Daniel-GrunbergerCA
9fc455bcec
Update posture report flag and cluster name
2021-09-12 18:13:24 +03:00
dwertent
ff27db6b83
Merge remote-tracking branch 'upstream/dev'
2021-09-10 00:58:24 +03:00
Daniel Grunberger
c9ecb6c563
Add version handling ( #67 )
...
* start version handling
* add version handling
* update latest version check
* update build.yaml
* erase unused vars
* fix build.yaml
* fix var name
* handle error
2021-09-10 00:57:33 +03:00
dwertent
b9e5782264
support self registeration
2021-09-10 00:56:51 +03:00
dwertent
6137aa5d8e
support fronegg
2021-09-09 17:15:55 +03:00
dwertent
679238ec13
download from release
2021-09-09 09:53:08 +03:00
David Wertenteil
4d027d691f
Support exceptions ( #58 )
...
* support exceptions
* update screenshot
* update summary
2021-09-05 14:44:55 +03:00
Ben Hirschberg
abbc9c3e2e
Support failure threshold
2021-09-01 23:41:12 +03:00
dwertent
a00bba5fe4
support downloaded files
2021-09-01 17:18:26 +03:00
Daniel-GrunbergerCA
56264df047
update scan with local file
2021-09-01 17:02:41 +03:00
Daniel-GrunbergerCA
c3008981e4
download from be
2021-09-01 16:51:43 +03:00
Daniel-GrunbergerCA
7d8cf37532
support store download
2021-09-01 16:32:33 +03:00
Daniel-GrunbergerCA
ebd9661255
Merge remote-tracking branch 'upstream/dev'
2021-09-01 15:51:35 +03:00
Daniel-GrunbergerCA
05e108b47b
add download json option
2021-09-01 15:51:24 +03:00
dwertent
8cb6824f3c
ignore k8s config when running local yamls
2021-09-01 13:29:44 +03:00
dwertent
ac7e5219f1
interface support of framework
2021-09-01 11:03:20 +03:00
dwertent
8a00a5c54b
Add input table to readme
2021-08-31 16:29:11 +03:00
David Wertenteil
d3f4af0f9c
Update module to github ( #47 )
...
* update module
2021-08-31 12:00:42 +03:00
dwertent
187f517f58
update help print
2021-08-31 09:27:29 +03:00
David Wertenteil
2d7c5fd1ce
update output functionality ( #45 )
...
* update output f
2021-08-31 09:13:12 +03:00
Benyamin Hirschberg
01bc5345ab
Merge branch 'dev' into dev
2021-08-30 22:08:13 +03:00
Ben Hirschberg
fc2374a690
some fixes around command textx
2021-08-30 22:03:03 +03:00
David Wertenteil
00314be32a
Update format and output flags ( #43 )
...
* support stdin input
* support output to file
2021-08-30 18:49:17 +03:00
David Wertenteil
c8068a8d90
Support stdin input ( #42 )
...
* support stdin input
2021-08-30 14:55:50 +03:00