cdot65 / pan-scm-sdk

Python SDK for Palo Alto Networks Strata Cloud Manager.
https://cdot65.github.io/pan-scm-sdk/
Apache License 2.0
0 stars 0 forks source link

Add security rules models and unit tests #23

Closed cdot65 closed 6 days ago

cdot65 commented 6 days ago

Checklist for This Pull Request

🚨Please adhere to the guidelines for contributing to this repository.

Pull Request Description

Add support for Security Rules

What does this pull request accomplish?

Are there any breaking changes included?

Is there anything the reviewers should know?

Thank you for your contributions!

codecov-commenter commented 6 days ago

:warning: Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

:white_check_mark: All tests successful. No failed tests found.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Files with missing lines Coverage Δ
scm/config/security/__init__.py 100.00% <100.00%> (ø)
scm/config/security/security_rule.py 100.00% <100.00%> (ø)
scm/models/security/__init__.py 100.00% <100.00%> (ø)
scm/models/security/security_rules.py 100.00% <100.00%> (ø)