mirror of
https://github.com/DNSCrypt/doh-server.git
synced 2025-04-03 04:57:37 +03:00
Add ShiftLeft scan
This commit is contained in:
parent
e204f18609
commit
61b5c694c6
1 changed files with 22 additions and 0 deletions
22
.github/workflows/shiftleft-analysis.yml
vendored
Normal file
22
.github/workflows/shiftleft-analysis.yml
vendored
Normal file
|
@ -0,0 +1,22 @@
|
|||
name: ShiftLeft Scan
|
||||
|
||||
on: push
|
||||
|
||||
jobs:
|
||||
Scan-Build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
|
||||
- name: Perform ShiftLeft Scan
|
||||
uses: ShiftLeftSecurity/scan-action@master
|
||||
env:
|
||||
WORKSPACE: ""
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
output: reports
|
||||
|
||||
- name: Upload report
|
||||
uses: github/codeql-action/upload-sarif@v1
|
||||
with:
|
||||
sarif_file: reports
|
Loading…
Add table
Add a link
Reference in a new issue