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
14
.github/workflows/semgrep-scan.yml
vendored
14
.github/workflows/semgrep-scan.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
|||||||
--config="p/default"
|
--config="p/default"
|
||||||
|
|
||||||
- name: Save report
|
- name: Save report
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: semgrep.sarif
|
name: semgrep.sarif
|
||||||
path: semgrep.sarif
|
path: semgrep.sarif
|
||||||
@ -29,4 +29,14 @@ jobs:
|
|||||||
uses: github/codeql-action/upload-sarif@v3.25.7
|
uses: github/codeql-action/upload-sarif@v3.25.7
|
||||||
with:
|
with:
|
||||||
sarif_file: semgrep.sarif
|
sarif_file: semgrep.sarif
|
||||||
category: semgrep
|
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