We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2226f30 commit b5930d0Copy full SHA for b5930d0
.github/workflows/deploymentCD.yaml
@@ -59,8 +59,8 @@ jobs:
59
# run: |
60
# kubectl apply -f resources.yaml
61
62
- # notifications:
63
- # needs: deploy
64
- # uses: ./.github/workflows/notifyCD.yaml
65
- # secrets:
66
- # SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
+ notifications:
+ needs: deploy
+ uses: ./.github/workflows/notifyCD.yaml
+ secrets:
+ SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
.github/workflows/scan-image.yaml
@@ -40,7 +40,7 @@ jobs:
40
' scan-results.json > vulnerability-report.md
41
42
- name: Upload vulnerability report
43
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
44
with:
45
name: vulnerability-report
46
path: vulnerability-report.md
resources.yaml
0 commit comments