File tree Expand file tree Collapse file tree 3 files changed +31
-40
lines changed
Expand file tree Collapse file tree 3 files changed +31
-40
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ name : Scan
2+ permissions : {}
3+
4+ on :
5+ push :
6+ branches : [main]
7+ pull_request :
8+ branches : [main]
9+ workflow_dispatch : {} # so you can still run it manually
10+ schedule :
11+ - cron : ' 0 0 * * *' # run daily at midnight UTC
12+ concurrency :
13+ group :
14+ ${{ github.event_name != 'merge_group' && format('{0}-{1}', github.workflow, github.head_ref) || github.run_id }}
15+ cancel-in-progress : true
16+
17+ jobs :
18+ build :
19+ runs-on : ubuntu-latest
20+ permissions :
21+ actions : read
22+ contents : read
23+ security-events : write
24+ statuses : write
25+ steps :
26+ - name : Checkout code
27+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
28+
29+ - name : Scan code
30+ uses : midnightntwrk/upload-sarif-github-action/scan@4a845f28b9c18477052e3ee02c4e549970b1e904
Original file line number Diff line number Diff line change 11* @ midnightntwrk/mn-codeowners-node-docker
22/.github /ISSUE_TEMPLATE / @ midnightntwrk/mn-security @ midnightntwrk/mn-sre
33/.github /PULL_REQUEST_TEMPLATE / @ midnightntwrk/mn-security @ midnightntwrk/mn-sre
4- /.github /workflows /checkmarx .yaml @ midnightntwrk/mn-security @ midnightntwrk/mn-sre
4+ /.github /workflows /scan .yaml @ midnightntwrk/mn-security @ midnightntwrk/mn-sre
55/.github /workflows /dependabot.yml @ midnightntwrk/mn-security @ midnightntwrk/mn-sre
66CODE_OF_CONDUCT.md @ midnightntwrk/mn-security @ midnightntwrk/mn-sre
77CODEOWNERS @ midnightntwrk/mn-security @ midnightntwrk/mn-sre
You can’t perform that action at this time.
0 commit comments