File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -16,18 +16,16 @@ jobs:
1616 curl https://cdn.shiftleft.io/download/sl > ${GITHUB_WORKSPACE}/sl && chmod a+rx ${GITHUB_WORKSPACE}/sl
1717 - uses : actions/setup-python@v2
1818 with :
19- python-version : ' 3.8.5 '
19+ python-version : ' 3.8'
2020 - name : Extract branch name
2121 shell : bash
2222 run : echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})"
2323 id : extract_branch
2424 - name : Analyze codebase
2525 run : |
26- python3 -m venv .venv
27- . .venv/bin/activate
2826 pip install --upgrade setuptools wheel
2927 pip install -r requirements.txt
30- ${GITHUB_WORKSPACE}/sl analyze --app flask-webgoat --tag branch=${{ github.head_ref || steps.extract_branch.outputs.branch }} --python --cpg --godmodeon .
28+ ${GITHUB_WORKSPACE}/sl analyze --app flask-webgoat --tag branch=${{ github.head_ref || steps.extract_branch.outputs.branch }} --python --cpg .
3129 env :
3230 SHIFTLEFT_ACCESS_TOKEN : ${{ secrets.SHIFTLEFT_ACCESS_TOKEN }}
3331
You can’t perform that action at this time.
0 commit comments