File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed
Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -27,24 +27,24 @@ jobs:
2727 - name : Unit Tests
2828 run : mvn -B test --file pom.xml
2929
30- # sonar-cloud-scan:
31- # needs: testing
32- # uses: ./.github/workflows/SonarQube.yaml
33- # secrets:
34- # SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
30+ sonar-cloud-scan :
31+ needs : testing
32+ uses : ./.github/workflows/SonarQube.yaml
33+ secrets :
34+ SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
3535
3636 build-image :
3737 needs : testing
3838 uses : ./.github/workflows/build-image.yaml
3939 secrets :
4040 DOCKER_HUB_ACCESS_TOKEN : ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
4141
42- # scan-image:
43- # needs: build-image
44- # uses: ./.github/workflows/scan-image.yaml
42+ scan-image :
43+ needs : build-image
44+ uses : ./.github/workflows/scan-image.yaml
4545
46- # notify:
47- # needs: scan-image
48- # uses: ./.github/workflows/notifyCI.yaml
49- # secrets:
50- # SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
46+ notify :
47+ needs : scan-image
48+ uses : ./.github/workflows/notifyCI.yaml
49+ secrets :
50+ SLACK_WEBHOOK_URL : ${{ secrets.SLACK_WEBHOOK_URL }}
You can’t perform that action at this time.
0 commit comments