Amir Malka
|
592e0e2b43
|
Service discovery (#1359)
* remove hardcoded urls
Signed-off-by: Amir Malka <amirm@armosec.io>
* update
Signed-off-by: Amir Malka <amirm@armosec.io>
* fix test
Signed-off-by: Amir Malka <amirm@armosec.io>
* update providers docs
Signed-off-by: Amir Malka <amirm@armosec.io>
* fix
Signed-off-by: Amir Malka <amirm@armosec.io>
* hardcoded systests branch
Signed-off-by: Amir Malka <amirm@armosec.io>
* fix
Signed-off-by: Amir Malka <amirm@armosec.io>
* added logs
Signed-off-by: Amir Malka <amirm@armosec.io>
* added logs
Signed-off-by: Amir Malka <amirm@armosec.io>
* create config path if it does not exist
Signed-off-by: Amir Malka <amirm@armosec.io>
* fix
Signed-off-by: Amir Malka <amirm@armosec.io>
* fix
Signed-off-by: Amir Malka <amirm@armosec.io>
---------
Signed-off-by: Amir Malka <amirm@armosec.io>
|
2023-08-30 09:54:50 +03:00 |
|
David Wertenteil
|
8d1547163b
|
Beautify install.sh script logs (#1356)
* Check k8s access before running
Signed-off-by: David Wertenteil <dwertent@armosec.io>
* refactor script
Signed-off-by: David Wertenteil <dwertent@armosec.io>
* fixed color background
Signed-off-by: David Wertenteil <dwertent@armosec.io>
---------
Signed-off-by: David Wertenteil <dwertent@armosec.io>
|
2023-08-24 15:18:10 +03:00 |
|
Daniel Grunberger
|
5379b9b0a6
|
New output (#1320)
* phase-1
Signed-off-by: Daniel Grunberger <danielgrunberger@armosec.io>
* factory
Signed-off-by: Daniel Grunberger <danielgrunberger@armosec.io>
* wip: feat(cli): add an image scanning command
Add a CLI command that launches an image scan. Does not scan images yet.
Signed-off-by: Vlad Klokun <vklokun@protonmail.ch>
* wip: feat: add image scanning service
Signed-off-by: Vlad Klokun <vklokun@protonmail.ch>
* chore: include dependencies
Signed-off-by: Vlad Klokun <vklokun@protonmail.ch>
* wip: adjust image scanning service
Signed-off-by: Vlad Klokun <vklokun@protonmail.ch>
* wip: feat: use scanning service in CLI
Signed-off-by: Vlad Klokun <vklokun@protonmail.ch>
* use iface
Signed-off-by: Daniel Grunberger <danielgrunberger@armosec.io>
* touches
Signed-off-by: Daniel Grunberger <danielgrunberger@armosec.io>
* continue
Signed-off-by: Daniel Grunberger <danielgrunberger@armosec.io>
* add cmd
Signed-off-by: Daniel Grunberger <danielgrunberger@armosec.io>
* support single workload scan
Signed-off-by: Amir Malka <amirm@armosec.io>
* fix conflict
Signed-off-by: Amir Malka <amirm@armosec.io>
* identifiers
* go mod
* feat(imagescan): add an image scanning command
This commit adds a CLI command and an associated package that scan
images for vulnerabilities.
Signed-off-by: Vlad Klokun <vklokun@protonmail.ch>
feat(imagescan): fail on exceeding the severity threshold
Signed-off-by: Vlad Klokun <vklokun@protonmail.ch>
* chore(imagescan): include dependencies
This commit adds the dependencies necessary for image scanning.
Signed-off-by: Vlad Klokun <vklokun@protonmail.ch>
* chore(imagescan): add dependencies to httphandler
Signed-off-by: Vlad Klokun <vklokun@protonmail.ch>
* added unit tests
Signed-off-by: Amir Malka <amirm@armosec.io>
* merge
* more
* integrate img scan
* added unit tests
Signed-off-by: Amir Malka <amirm@armosec.io>
* more refactoring
Signed-off-by: Amir Malka <amirm@armosec.io>
* add scanned workload reference to opasessionobj
Signed-off-by: Amir Malka <amirm@armosec.io>
* fix GetWorkloadParentKind
Signed-off-by: Amir Malka <amirm@armosec.io>
* remove namespace argument from pullSingleResource, using field selector instead
Signed-off-by: Amir Malka <amirm@armosec.io>
* removed designators (unused) field from PolicyIdentifier, and designators argument from GetResources function
Signed-off-by: Amir Malka <amirm@armosec.io>
* changes
* changes
* fixes
* changes
* feat(imagescan): add an image scanning command
This commit adds a CLI command and an associated package that scan
images for vulnerabilities.
Signed-off-by: Vlad Klokun <vklokun@protonmail.ch>
feat(imagescan): fail on exceeding the severity threshold
Signed-off-by: Vlad Klokun <vklokun@protonmail.ch>
* chore(imagescan): include dependencies
This commit adds the dependencies necessary for image scanning.
Signed-off-by: Vlad Klokun <vklokun@protonmail.ch>
* chore(imagescan): add dependencies to httphandler
Signed-off-by: Vlad Klokun <vklokun@protonmail.ch>
* chore(imagescan): create vuln db with dedicated function
Remove commented out code, too.
Signed-off-by: Vlad Klokun <vklokun@protonmail.ch>
* docs(imagescan): provide package-level docs
Signed-off-by: Vlad Klokun <vklokun@protonmail.ch>
* finish merge
* image scan tests
* continue
* fixes
* refactor
* rm duplicate
* start fixes
* update gh actions
Signed-off-by: David Wertenteil <dwertent@armosec.io>
* pr fixes
* fix test
* improvements
---------
Signed-off-by: Daniel Grunberger <danielgrunberger@armosec.io>
Signed-off-by: Vlad Klokun <vklokun@protonmail.ch>
Signed-off-by: Amir Malka <amirm@armosec.io>
Signed-off-by: David Wertenteil <dwertent@armosec.io>
Co-authored-by: Daniel Grunberger <danielgrunberger@armosec.io>
Co-authored-by: Vlad Klokun <vklokun@protonmail.ch>
Co-authored-by: Amir Malka <amirm@armosec.io>
Co-authored-by: David Wertenteil <dwertent@armosec.io>
|
2023-08-03 12:09:33 +03:00 |
|
David Wertenteil
|
a37b1f7319
|
update armo docs
Signed-off-by: David Wertenteil <dwertent@armosec.io>
|
2023-07-25 11:01:48 +03:00 |
|
David Wertenteil
|
72f6988bb4
|
update messaging based on Oshrats comments
Signed-off-by: David Wertenteil <dwertent@armosec.io>
|
2023-07-05 10:40:22 +03:00 |
|
David Wertenteil
|
1b181a47ef
|
Update docs/providers/armo.md
Co-authored-by: Craig Box <craig.box@gmail.com>
|
2023-06-27 07:42:42 +03:00 |
|
David Wertenteil
|
30487dcd0e
|
Update docs/providers/armo.md
Co-authored-by: Craig Box <craig.box@gmail.com>
|
2023-06-27 07:42:33 +03:00 |
|
David Wertenteil
|
46ad069fe5
|
Updating overview
Signed-off-by: David Wertenteil <dwertent@armosec.io>
|
2023-06-26 13:54:00 +03:00 |
|
David Wertenteil
|
05d5de17d5
|
fixed wording
Signed-off-by: David Wertenteil <dwertent@armosec.io>
|
2023-06-26 09:49:00 +03:00 |
|
David Wertenteil
|
6bc79458b0
|
Split the installation command from scanning
Signed-off-by: David Wertenteil <dwertent@armosec.io>
|
2023-06-26 09:46:13 +03:00 |
|
David Wertenteil
|
ab85ca2b28
|
update installation steps
Signed-off-by: David Wertenteil <dwertent@armosec.io>
|
2023-06-26 09:40:21 +03:00 |
|
David Wertenteil
|
dea5649e01
|
wip: update link in docs
Signed-off-by: David Wertenteil <dwertent@armosec.io>
|
2023-03-04 22:34:08 +02:00 |
|
Craig Box
|
2f299b6201
|
fix #1025 (#1087)
Signed-off-by: Craig Box <craigb@armosec.io>
|
2023-02-08 13:20:59 +02:00 |
|