pypa / gh-action-pip-audit

A GitHub Action for pip-audit
https://github.com/marketplace/actions/gh-action-pip-audit
Apache License 2.0
68 stars 12 forks source link

Support running inside windows self-hosted runner #43

Closed AngelMF closed 1 year ago

AngelMF commented 1 year ago

Add couple lines in action.py, action.yml and venv.bash to support running inside windows self-hosted runner.

woodruffw commented 1 year ago

Thanks for opening this, @AngelMF! This is a good initial start; I've left a few comments.

AngelMF commented 1 year ago

Thanks for the comments @woodruffw. I have added a couple changes.

woodruffw commented 1 year ago

Merged, thanks again. I'll look into configuring a Windows CI job for this as well, and then do a point release after that.

AngelMF commented 1 year ago

thanks @woodruffw

hyrodium commented 3 months ago

Hi, thank you for creating this PR and maintaining this repository! Is there any progress to release the next version with Windows support?

woodruffw commented 3 months ago

Hi @hyrodium, thanks for the ping on this. I completely forgot to make a release after this was merged, but I'll look into making one now.

woodruffw commented 3 months ago

This has been released with v1.1.0!

hyrodium commented 3 months ago

Thank you very much! The new version v1.1.0 worked fine on my project!