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 f54131a commit d11f755Copy full SHA for d11f755
.github/workflows/shiftleft.yml
@@ -23,7 +23,7 @@ jobs:
23
run: |
24
pip install --upgrade setuptools wheel
25
pip install -r requirements.txt
26
- ${GITHUB_WORKSPACE}/sl analyze --strict --wait --app shiftleft-python-demo --tag branch=${{ github.head_ref || steps.extract_branch.outputs.branch }} --python $(pwd)
+ ${GITHUB_WORKSPACE}/sl analyze --verbose --strict --wait --app shiftleft-python-demo --tag branch=${{ github.head_ref || steps.extract_branch.outputs.branch }} --python $(pwd)
27
env:
28
SHIFTLEFT_ACCESS_TOKEN: ${{ secrets.SHIFTLEFT_ACCESS_TOKEN }}
29
0 commit comments