Skip to content

Commit b5930d0

Browse files
committed
Update CI, CD
1 parent 2226f30 commit b5930d0

File tree

3 files changed

+6
-50
lines changed

3 files changed

+6
-50
lines changed

.github/workflows/deploymentCD.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ jobs:
5959
# run: |
6060
# kubectl apply -f resources.yaml
6161

62-
# notifications:
63-
# needs: deploy
64-
# uses: ./.github/workflows/notifyCD.yaml
65-
# secrets:
66-
# SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
62+
notifications:
63+
needs: deploy
64+
uses: ./.github/workflows/notifyCD.yaml
65+
secrets:
66+
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

.github/workflows/scan-image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
' scan-results.json > vulnerability-report.md
4141
4242
- name: Upload vulnerability report
43-
uses: actions/upload-artifact@v2
43+
uses: actions/upload-artifact@v4
4444
with:
4545
name: vulnerability-report
4646
path: vulnerability-report.md

resources.yaml

Lines changed: 0 additions & 44 deletions
This file was deleted.

0 commit comments

Comments
 (0)