Replace SAST with DeepSource

This commit is contained in:
Luke Tainton
2022-04-13 16:19:51 +01:00
parent 20cbc0cbd4
commit e1283d95e8
2 changed files with 1 additions and 20 deletions

View File

@@ -5,4 +5,4 @@ name = "go"
enabled = true enabled = true
[analyzers.meta] [analyzers.meta]
import_root = "gitlab.com/luketainton/iPilot" import_root = "github.com/luketainton/iPilot"

View File

@@ -1,19 +0,0 @@
name: SAST Scan
on:
push:
pull_request:
branches: [ main ]
jobs:
scan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: AppThreat/sast-scan-action@1.0.2
with:
output: reports
type: go
- uses: actions/upload-artifact@v1
with:
name: sast-scan-reports
path: reports