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.
2 parents 5221751 + cc1a337 commit 6fa33dcCopy full SHA for 6fa33dc
.github/workflows/qwiet-prezero-workflow.yml
@@ -31,6 +31,6 @@ jobs:
31
java-version: 1.8
32
33
- name: NextGen Static Analysis
34
- run: ${GITHUB_WORKSPACE}/sl analyze --app shiftleft-python-demo-GH --tag branch=${{ github.head_ref || steps.extract_branch.outputs.branch }} --python .
+ run: ${GITHUB_WORKSPACE}/sl analyze --app shiftleft-python-demo-GH --tag branch=${{ github.head_ref || steps.extract_branch.outputs.branch }} .
35
env:
36
SHIFTLEFT_ACCESS_TOKEN: ${{ secrets.SHIFTLEFT_ACCESS_TOKEN }}
0 commit comments