Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(ci): Fix CI issues #2100

Merged
merged 2 commits into from Sep 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 4 additions & 3 deletions .github/workflows/golangci-lint.yml
Expand Up @@ -23,7 +23,8 @@ jobs:
go-version-file: go.mod
cache: true
cache-dependency-path: go.sum
- name: golangci-lint
uses: golangci/golangci-lint-action@v3.3.1
- 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
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



@@ -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