Skip to content
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

feat(drift-policies): add process based exceptions to drift policies #581

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

IgorEulalio
Copy link
Collaborator

@IgorEulalio IgorEulalio commented Dec 16, 2024

Work for following issue:
#572

prohibitedBinaries.MatchItems = false
}

// TODO: Extract into a function
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we wanna address all the TODO's in this function now?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Second this

Mode: mode,
Exceptions: exceptions,
ProhibitedBinaries: prohibitedBinaries,
RuleType: v2.ElementType("DRIFT"), // TODO: Use const
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good time to change this to a const

prohibitedBinaries.MatchItems = false
}

// TODO: Extract into a function
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Second this

@IgorEulalio IgorEulalio force-pushed the feat/add-process-based-exceptions-to-drift-policies branch from 7fd6183 to 1c57569 Compare January 10, 2025 20:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants