Skip to content

Commit

Permalink
chore(ci): Fix CI issues (#2100)
Browse files Browse the repository at this point in the history
* chore(lint): Fix typos

* fix linter
  • Loading branch information
simar7 committed Sep 11, 2023
1 parent 0fff268 commit 78210ca
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
go-version-file: go.mod
cache: true
cache-dependency-path: go.sum
- name: golangci-lint
uses: golangci/[email protected]
- uses: golangci/golangci-lint-action@v3
with:
args: --timeout 3m --verbose
version: v1.48
skip-cache: true
args: --timeout 10m --verbose
2 changes: 1 addition & 1 deletion docs/checks/azure/database/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ title: database

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

- [threat-alert-email-to-owner](threat-alert-email-to-owner) Security threat alerts go to subcription owners and co-administrators
- [threat-alert-email-to-owner](threat-alert-email-to-owner) Security threat alerts go to subscription owners and co-administrators



Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: Security threat alerts go to subcription owners and co-administrators
title: Security threat alerts go to subscription owners and co-administrators
---

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

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

Expand Down

0 comments on commit 78210ca

Please sign in to comment.