mirror of
https://github.com/valitydev/java-workflow.git
synced 2024-11-06 01:25:18 +00:00
Sec 24, 32 (#71)
This commit is contained in:
parent
716d8efcfe
commit
0d93045550
12
.github/workflows/semgrep-scan.yml
vendored
12
.github/workflows/semgrep-scan.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
||||
--config="p/default"
|
||||
|
||||
- name: Save report
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: semgrep.sarif
|
||||
path: semgrep.sarif
|
||||
@ -30,3 +30,13 @@ jobs:
|
||||
with:
|
||||
sarif_file: semgrep.sarif
|
||||
category: semgrep
|
||||
|
||||
- name: Mattermost Notification
|
||||
if: always()
|
||||
uses: rtCamp/action-slack-notify@v2.2.0
|
||||
env:
|
||||
SLACK_USERNAME: ${{ github.event.repository.name }}
|
||||
SLACK_WEBHOOK: ${{ secrets.mm-sa-wh-url }}
|
||||
SLACK_COLOR: ${{ job.status }}
|
||||
SLACK_LINK_NAMES: true
|
||||
SLACK_FOOTER: ""
|
Loading…
Reference in New Issue
Block a user