Skip to content

Commit

Permalink
changes in codebase
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhi9705 committed Aug 29, 2024
1 parent c12b14a commit a08ba56
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/mainPipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,14 @@ jobs:
path: /home/runner/work/L00171125_Dissertationproject/L00171125_Dissertationproject/WWA-backend-master/coverage/
if-no-files-found: warn

# Snyk security scan


Snyk_scan:
runs-on: ubuntu-latest
needs: ShiftLeft_test
permissions:
actions: write
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@v2

Expand Down Expand Up @@ -137,7 +143,7 @@ jobs:
Build_docker_Images:
runs-on: ubuntu-latest
needs: ShiftLeft_test
needs: [ShiftLeft_test, Snyk_scan ]
# if: false
steps:
- name: Checkout codes
Expand Down

0 comments on commit a08ba56

Please sign in to comment.