We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No response
When we first get the controller_manager_config in main.go (https://github.com/eraser-dev/eraser/blob/main/main.go#L181), we get the unversioned and modified value of the configuration, but don't modify the actual file, which is what is mounted to the trivy scanner. This can create discrepancies between what is in the variable and the actual file. We do the same thing in the update function: https://github.com/eraser-dev/eraser/blob/main/api/unversioned/config/config.go#L50.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version of Eraser
No response
Expected Behavior
When we first get the controller_manager_config in main.go (https://github.com/eraser-dev/eraser/blob/main/main.go#L181), we get the unversioned and modified value of the configuration, but don't modify the actual file, which is what is mounted to the trivy scanner. This can create discrepancies between what is in the variable and the actual file. We do the same thing in the update function: https://github.com/eraser-dev/eraser/blob/main/api/unversioned/config/config.go#L50.
Actual Behavior
No response
Steps To Reproduce
No response
Are you willing to submit PRs to contribute to this bug fix?
The text was updated successfully, but these errors were encountered: