File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed
Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change 1- <<<<<<< Updated upstream
21# This workflow integrates Qwiet preZero with GitHub
32# Visit https://docs.shiftleft.io for help
43name : Qwiet
5- =======
6- # This workflow integrates Qwiet preZero
7- name : QwietAFPRnBR
8- >>>>>>> Stashed changes
94
105on :
116 pull_request :
3429 run : echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})"
3530 id : extract_branch
3631
37- <<<<<<< Updated upstream
38- - name : NextGen Static Analysis
39- run : ${GITHUB_WORKSPACE}/sl analyze --app shiftleft-python-demo-GH --tag branch=${{ github.head_ref || steps.extract_branch.outputs.branch }} --python .
40- =======
4132 - name : preZero NextGen Static Analysis
4233 run : ${GITHUB_WORKSPACE}/sl analyze --strict --wait --verbose --tag branch=${{ github.head_ref || steps.extract_branch.outputs.branch }}
43- >>>>>>> Stashed changes
34+
4435 env :
4536 SHIFTLEFT_ACCESS_TOKEN : ${{ secrets.SHIFTLEFT_ACCESS_TOKEN }}
4637 SHIFTLEFT_API_HOST : www.shiftleft.io
You can’t perform that action at this time.
0 commit comments