Skip to content

Commit 2226f30

Browse files
committed
Update main.yaml
1 parent 18cc811 commit 2226f30

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/workflows/main.yaml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)