salesforce / aws-allowlister

Automatically compile an AWS Service Control Policy that ONLY allows AWS services that are compliant with your preferred compliance frameworks.
MIT License
221 stars 34 forks source link

Migrate from requirements.txt to Pipenv #89

Closed kmcquade closed 3 years ago

kmcquade commented 3 years ago

The Pyup.io action is failing because it does not integrate with GitHub Enterprise with SAML. I should migrate this over to Pipenv instead, and then use this GitHub action to periodically update the dependencies. https://github.com/bridgecrewio/checkov/blob/master/.github/workflows/pipenv-update.yml

I'll also use this across my other python projects.

kmcquade commented 3 years ago

Fixed by #90