Skip to content

Commit 78210ca

Browse files
authored
chore(ci): Fix CI issues (#2100)
* chore(lint): Fix typos * fix linter
1 parent 0fff268 commit 78210ca

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.github/workflows/golangci-lint.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ jobs:
2323
go-version-file: go.mod
2424
cache: true
2525
cache-dependency-path: go.sum
26-
- name: golangci-lint
27-
uses: golangci/[email protected]
26+
- uses: golangci/golangci-lint-action@v3
2827
with:
29-
args: --timeout 3m --verbose
28+
version: v1.48
29+
skip-cache: true
30+
args: --timeout 10m --verbose

docs/checks/azure/database/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ title: database
2929

3030
- [threat-alert-email-set](threat-alert-email-set) At least one email address is set for threat alerts
3131

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
3333

3434

3535

docs/checks/azure/database/threat-alert-email-to-owner/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
title: Security threat alerts go to subcription owners and co-administrators
2+
title: Security threat alerts go to subscription owners and co-administrators
33
---
44

5-
# Security threat alerts go to subcription owners and co-administrators
5+
# Security threat alerts go to subscription owners and co-administrators
66

77
### Default Severity: <span class="severity low">low</span>
88

0 commit comments

Comments
 (0)