Files
iPilot/.github/workflows/sast.yml
Workflow config file is invalid. Please check your config file: yaml: unmarshal errors: line 6: cannot unmarshal !!seq into model.Job
2022-04-13 15:26:05 +01:00

16 lines
268 B
YAML

name: Build
on: [push]
jobs:
sast:
- name: Scan
uses: AppThreat/sast-scan-action@master
with:
output: reports
type: go
- name: Upload reports
uses: actions/upload-artifact@v1
with:
name: sast-scan-reports
path: reports