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

Add option to control security check #75

Merged
merged 1 commit into from
Sep 11, 2024

Conversation

yamadashy
Copy link
Owner

This PR introduces an option to control the security check, allowing users to enable or disable the security check as needed.

related: #74

Key changes:

  • Add new config option security.enableSecurityCheck (default is true)
  • Update packager to conditionally run security check based on this setting

Implementation

  • The security.enableSecurityCheck option is added to the configuration schema
  • When set to false, the packager skips the security check process
  • CLI output is updated to indicate whether the security check was performed or skipped
  • Default behavior (security check enabled) remains unchanged for existing users

@yamadashy yamadashy force-pushed the feature/security-check-config branch from d6afb28 to 81ac3c9 Compare September 11, 2024 16:06
@yamadashy yamadashy force-pushed the feature/security-check-config branch from 81ac3c9 to e9852e9 Compare September 11, 2024 16:07
@yamadashy yamadashy merged commit 96fac36 into main Sep 11, 2024
22 checks passed
@yamadashy yamadashy deleted the feature/security-check-config branch September 11, 2024 16:10
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.

1 participant