-
Notifications
You must be signed in to change notification settings - Fork 38
Implement timeout and scheduling logic #759
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
sdvendramini
wants to merge
102
commits into
enhancement/687-sca-implement-execution-logic
from
689-sca-implement-timeout-and-scheduling-logic
Closed
Implement timeout and scheduling logic #759
sdvendramini
wants to merge
102
commits into
enhancement/687-sca-implement-execution-logic
from
689-sca-implement-timeout-and-scheduling-logic
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
These classes will accommodate the logic for SCA scans.
…st cases accordingly
…er for policy checks
…gurationAssessment to stop policies
…ionContext for variable replacement
This sorts them in place by design.
…dErr, and ExitCode
Failed to compile on windows
… in FileRuleEvaluator
…or command execution
48a7e80
to
63d72ca
Compare
a6a56d3
to
7889d6f
Compare
Replaced std::views-based tokenization with std::istringstream. Refactored GetStreamOutput to accept std::istream directly, eliminating the need to manage boost::process::pipe.
The m_scanOnStart and m_scanInterval SCA class members are propagated to determine whether a scan should run at startup and to control the interval between scans.
7889d6f
to
988fc37
Compare
7545539
to
4b4fd98
Compare
3 tasks
dc121c5
to
7ad508c
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
WIP
Proposed Changes
Results and Evidence
Artifacts Affected
Configuration Changes
Documentation Updates
Tests Introduced
Review Checklist