File tree 3 files changed +7
-6
lines changed
docs/checks/azure/database
threat-alert-email-to-owner
3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 23
23
go-version-file : go.mod
24
24
cache : true
25
25
cache-dependency-path : go.sum
26
- - name : golangci-lint
27
-
26
+ - uses : golangci/golangci-lint-action@v3
28
27
with :
29
- args : --timeout 3m --verbose
28
+ version : v1.48
29
+ skip-cache : true
30
+ args : --timeout 10m --verbose
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ title: database
29
29
30
30
- [ threat-alert-email-set] ( threat-alert-email-set ) At least one email address is set for threat alerts
31
31
32
- - [ threat-alert-email-to-owner] ( threat-alert-email-to-owner ) Security threat alerts go to subcription owners and co-administrators
32
+ - [ threat-alert-email-to-owner] ( threat-alert-email-to-owner ) Security threat alerts go to subscription owners and co-administrators
33
33
34
34
35
35
Original file line number Diff line number Diff line change 1
1
---
2
- title : Security threat alerts go to subcription owners and co-administrators
2
+ title : Security threat alerts go to subscription owners and co-administrators
3
3
---
4
4
5
- # Security threat alerts go to subcription owners and co-administrators
5
+ # Security threat alerts go to subscription owners and co-administrators
6
6
7
7
### Default Severity: <span class =" severity low " >low</span >
8
8
You can’t perform that action at this time.
0 commit comments