File tree Expand file tree Collapse file tree 1 file changed +1
-12
lines changed
Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change 4848 env :
4949 NVD_API_KEY : ${{ secrets.NVD_API_KEY }}
5050 run : |
51- mvn -T1 --no-transfer-progress --batch-mode org.owasp: dependency-check-maven :check org.owasp:dependency-check-maven:aggregate
51+ mvn -T1 --no-transfer-progress dependency-check:check
5252
5353 - name : " Archive CVE Report"
5454 uses : actions/upload-artifact@v4
7272 with :
7373 path : ${{ env.CVE_CACHE_DIR }}
7474 key : ${{ env.CVE_CACHE_KEY }}
75-
76- - name : " Slack Notification"
77- if : failure()
78- 79- with :
80- webhook : ${{ secrets.SLACK_WEBHOOK }}
81- webhook-type : incoming-webhook
82- payload : |
83- {
84- "text": "⚠️ OWASP Dependency check failed! 😬 Please inspect & fix by clicking <https://github.com/SAP/ai-sdk-java/actions/runs/${{ github.run_id }}|here>"
85- }
You can’t perform that action at this time.
0 commit comments