Skip to content

Commit 5cfff53

Browse files
authored
Update qwiet-prezero-workflow.yml
1 parent fb3369a commit 5cfff53

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/qwiet-prezero-workflow.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
1-
<<<<<<< Updated upstream
21
# This workflow integrates Qwiet preZero with GitHub
32
# Visit https://docs.shiftleft.io for help
43
name: Qwiet
5-
=======
6-
# This workflow integrates Qwiet preZero
7-
name: QwietAFPRnBR
8-
>>>>>>> Stashed changes
94

105
on:
116
pull_request:
@@ -34,13 +29,9 @@ jobs:
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

0 commit comments

Comments
 (0)