Replace SAST with DeepSource
This commit is contained in:
@@ -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"
|
||||||
19
.github/workflows/sast.yml
vendored
19
.github/workflows/sast.yml
vendored
@@ -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
|
|
||||||
Reference in New Issue
Block a user