We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e58446 commit 9aa6762Copy full SHA for 9aa6762
.github/actions/action.sh
@@ -1,7 +1,7 @@
1
#!/bin/sh -l
2
cd /github/workspace
3
echo "Scanning $1 with profile $2"
4
-python3 -m venv "$1/venv/"
+
5
/opt/pycharm-community/bin/inspect.sh "$1" "$2" out/ -format json -v0 -d "$4" 2> errors.log
6
7
set -e
0 commit comments