Skip to content

Commit 442dbaf

Browse files
Try new goal
1 parent 42ad4bf commit 442dbaf

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

.github/workflows/fosstars-report.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
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
@@ -72,14 +72,3 @@ jobs:
7272
with:
7373
path: ${{ env.CVE_CACHE_DIR }}
7474
key: ${{ env.CVE_CACHE_KEY }}
75-
76-
- name: "Slack Notification"
77-
if: failure()
78-
uses: slackapi/[email protected]
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-
}

0 commit comments

Comments
 (0)