You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I guess I would need support first to configure properly the action.
I expect after that to have all packages that are installed in my venv to be audited.
Steps to reproduce
Any of these configs leads to the same traceaback:
Unfortunately I could not provide any link because I'm executing this workflow on internal github.
But simply I would need to audit the packages that are installed on a venv. Packages installed on this venv, can be public on pypi or internal.
The text was updated successfully, but these errors were encountered:
Current behavior
I've tried a lot of combinations with this action, and I honestly don't figure out how to configure it properly.
If I'm using
virtual-environment
withoutlocal
I get:Why isn't just activating the environment and install package inside it and run?
If I add
local: true
, or I'm using configuration from below:I get the following traceback:
Expected behavior
I guess I would need support first to configure properly the action.
I expect after that to have all packages that are installed in my venv to be audited.
Steps to reproduce
Any of these configs leads to the same traceaback:
or
Relevant context
Unfortunately I could not provide any link because I'm executing this workflow on internal github.
But simply I would need to audit the packages that are installed on a venv. Packages installed on this venv, can be public on pypi or internal.
The text was updated successfully, but these errors were encountered: