mirror of
https://github.com/DNSCrypt/doh-server.git
synced 2025-04-03 21:17:36 +03:00
17 lines
326 B
YAML
17 lines
326 B
YAML
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
|