issues
search
salesforce
/
policy_sentry
IAM Least Privilege Policy Generator
https://policy-sentry.readthedocs.io/
MIT License
2.02k
stars
143
forks
source link
change path constants from str to Path type
#492
Closed
gruebel
closed
4 months ago
gruebel
commented
4 months ago
What does this PR do?
there was too much back and forth with
str
->
Path
->
str
etc.
What gif best describes this PR or how it makes you feel?
Completion checklist
[ ] Additions and changes have unit tests
[x]
Unit tests, Pylint, security testing, and Integration tests are passing.
. GitHub actions does this automatically
[x] The pull request has been appropriately labeled using the provided PR labels
What does this PR do?
str
->Path
->str
etc.What gif best describes this PR or how it makes you feel?
Completion checklist