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
2
1
# This workflow integrates Qwiet preZero with GitHub
3
2
# Visit https://docs.shiftleft.io for help
4
3
name : Qwiet
5
- =======
6
- # This workflow integrates Qwiet preZero
7
- name : QwietAFPRnBR
8
- >>>>>>> Stashed changes
9
4
10
5
on :
11
6
pull_request :
34
29
run : echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})"
35
30
id : extract_branch
36
31
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
- =======
41
32
- name : preZero NextGen Static Analysis
42
33
run : ${GITHUB_WORKSPACE}/sl analyze --strict --wait --verbose --tag branch=${{ github.head_ref || steps.extract_branch.outputs.branch }}
43
- >>>>>>> Stashed changes
34
+
44
35
env :
45
36
SHIFTLEFT_ACCESS_TOKEN : ${{ secrets.SHIFTLEFT_ACCESS_TOKEN }}
46
37
SHIFTLEFT_API_HOST : www.shiftleft.io
You can’t perform that action at this time.
0 commit comments