Skip to content

Commit

Permalink
Merge pull request #12 from teamwalnut/sre-upload-semgrep-artifact
Browse files Browse the repository at this point in the history
Upload artifact from semgrep
  • Loading branch information
olegchorny authored Dec 22, 2023
2 parents 86c14e9 + d70f6fa commit 5d87442
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/semgrep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Semgrep

on:
schedule:
- cron: "30 12 * * *" # Sets Semgrep to scan every day at 12:30 UTC.
- cron: "00 13 * * *" # Sets Semgrep to scan every day at 12:30 UTC.
# It is recommended to change the schedule to a random time.

jobs:
Expand Down Expand Up @@ -34,3 +34,8 @@ jobs:
uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: semgrep.sarif
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: semgrep.sarif
path: semgrep.sarif

0 comments on commit 5d87442

Please sign in to comment.