Skip to content

Commit d17fbf3

Browse files
authored
chore: update golangci lint (#2175)
* chore(deps): Update linter * docs: update
1 parent 473d2c1 commit d17fbf3

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/setup-go@v5
2222
with:
2323
go-version-file: go.mod
24-
- uses: golangci/golangci-lint-action@v6
24+
- uses: golangci/golangci-lint-action@v6.5.0
2525
with:
26-
version: v1.63
27-
args: --verbose
26+
version: v1.64.2
27+
args: --verbose

docs/checks/azure/database/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ title: database
2323

2424
- [postgres-configuration-log-connections](postgres-configuration-log-connections) Ensure server parameter 'log_connections' is set to 'ON' for PostgreSQL Database Server
2525

26-
- [retention-period-set](retention-period-set) Database auditing rentention period should be longer than 90 days
26+
- [retention-period-set](retention-period-set) Database auditing retention period should be longer than 90 days
2727

2828
- [secure-tls-policy](secure-tls-policy) Databases should have the minimum TLS set for connections
2929

docs/checks/azure/database/retention-period-set/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
title: Database auditing rentention period should be longer than 90 days
2+
title: Database auditing retention period should be longer than 90 days
33
---
44

5-
# Database auditing rentention period should be longer than 90 days
5+
# Database auditing retention period should be longer than 90 days
66

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

rules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
| azure-storage-queue-services-logging-enabled | azure | storage | When using Queue Services for a storage account, logging should be enabled. |
108108
| azure-network-ssh-blocked-from-internet | azure | network | SSH access should not be accessible from the Internet, should be blocked on port 22 |
109109
| azure-database-enable-audit | azure | database | Auditing should be enabled on Azure SQL Databases |
110-
| azure-database-retention-period-set | azure | database | Database auditing rentention period should be longer than 90 days |
110+
| azure-database-retention-period-set | azure | database | Database auditing retention period should be longer than 90 days |
111111
| azure-keyvault-specify-network-acl | azure | keyvault | Key vault should have the network acl block specified |
112112
| azure-keyvault-no-purge | azure | keyvault | Key vault should have purge protection enabled |
113113
| azure-keyvault-content-type-for-secret | azure | keyvault | Key vault Secret should have a content type set |

0 commit comments

Comments
 (0)