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

Added validation MR100 #4331

Merged
merged 3 commits into from
Jun 10, 2024
Merged

Added validation MR100 #4331

merged 3 commits into from
Jun 10, 2024

Conversation

Shellyber
Copy link
Contributor

Related Issues

relates: https://jira-dc.paloaltonetworks.com/browse/CIAC-7814

Description

Added MR100 to the new validate
Validate that the schema file exists for modeling rules

Copy link

github-actions bot commented Jun 9, 2024

Changelog(s) in markdown:

  • Added the MR100 to the new validation format. Validates that the modeling rules has a schema file. #4331

@Shellyber Shellyber self-assigned this Jun 9, 2024
content_object=content_item,
)
for content_item in content_items
if (not content_item.schema_file.exist)
Copy link
Contributor

Choose a reason for hiding this comment

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

every modeling rule (which is an instance of ContentTypes) should have the content_item.schema_file.exist fields?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes.

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.

2 participants