puffyCid / artemis

A cross platform forensic parser written in Rust!
MIT License
59 stars 6 forks source link

Support for optional Linux args #115

Closed puffyCid closed 4 months ago

puffyCid commented 4 months ago

This PR adds support for providing optional args to the Linux artifacts.

Primarily useful when using the CLI

codecov[bot] commented 4 months ago

Codecov Report

Attention: Patch coverage is 97.01493% with 4 lines in your changes are missing coverage. Please review.

Project coverage is 84.11%. Comparing base (b2a2440) to head (7b389ef).

Files Patch % Lines
artemis-core/src/structs/artifacts/os/linux.rs 0.00% 3 Missing :warning:
artemis-core/src/runtime/linux/sudo.rs 88.88% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #115 +/- ## ========================================== + Coverage 83.96% 84.11% +0.15% ========================================== Files 466 467 +1 Lines 53020 53102 +82 ========================================== + Hits 44516 44668 +152 + Misses 8504 8434 -70 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.