mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2024-12-27 00:12:31 +01:00
Add shiftleft scan (#1372)
* Create shiftleft-analysis.yml * Remove comments Co-authored-by: Frank Denis <124872+jedisct1@users.noreply.github.com>
This commit is contained in:
parent
6235c11c77
commit
6ee8a14deb
23
.github/workflows/shiftleft-analysis.yml
vendored
Normal file
23
.github/workflows/shiftleft-analysis.yml
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
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 }}
|
||||
SCAN_AUTO_BUILD: true
|
||||
with:
|
||||
output: reports
|
||||
|
||||
- name: Upload report
|
||||
uses: github/codeql-action/upload-sarif@v1
|
||||
with:
|
||||
sarif_file: reports
|
Loading…
Reference in New Issue
Block a user