Skip to content

SL Scan

SL Scan #217

name: SL Scan
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
schedule:
- cron: '43 20 * * 2'
jobs:
Scan-Build:
# Scan runs on ubuntu, mac and windows
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Perform Scan
uses: ShiftLeftSecurity/scan-action@master
env:
WORKSPACE: ""
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SCAN_AUTO_BUILD: true
with:
output: reports
type: python
- name: Upload report
uses: github/codeql-action/upload-sarif@v1
with:
sarif_file: reports