Ehab El-Ali

Results 13 comments of Ehab El-Ali

Hello Goss contributors/users. Thank you for your patience during the past 10-11 months. Let's give Ahmed a few more months (until ~ Feb 22); if he doesn't break his silence...

Hello @wilrodriguez, Does the work in this PR, especially the gjson part help the plugin usecase? If so, I could reopen that PR and mark it as approved so it...

Hello @justnems , Thank you for your interest in contributing to Goss. If there are any issues or PRs from your team I can mark them as important to prevent...

Hello @ripienaar , Good call out on stale bot. I was hoping to address it by selectively marking any issues mentioned here as exceptions.. My rational is those who are...

Some updates: • CI has been fixed (#731) • Stale bot has been disabled (#733) Next steps are probably upgrading: • Version of go • All dependencies If anyone wants...

Hello @uk-bolly, Would allowing the `path` to be set as an attribute similar to `exec` on command resolve this? For example: https://github.com/aelsabbahy/goss/issues/431

Also, this issue may be related, maybe this should be done for all resource types? https://github.com/aelsabbahy/goss/issues/518

Hello, I'm doing some maintenance until @aelsabbahy takes back over. This issue seems interesting as cis-benchmarks seems like a great usecase for Goss. My suggestion would be for the goss-cis-benchmark...

Hello @uk-bolly , The attached repos look great, awesome work! Just to be clear, I assume this is a working implementation using the latest Goss release and not a fork,...

This can be done today using `or`: yaml ``` file: /foo: exists: true mode: or: - "0644" - "0444" ```