Skip to content

Commit 0f6214a

Browse files
authored
airbyte-ci: add htmlcov to list of ignored directories for security check (#36359)
1 parent 5bb8050 commit 0f6214a

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

airbyte-ci/connectors/connectors_qa/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,10 @@ poe lint
107107

108108
## Changelog
109109

110+
### 1.0.4
111+
112+
Adds `htmlcov` to list of ignored directories for `CheckConnectorUsesHTTPSOnly` check.
113+
110114
### 1.0.3
111115

112116
Disable `CheckDocumentationStructure` for now.

airbyte-ci/connectors/connectors_qa/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "connectors-qa"
3-
version = "1.0.3"
3+
version = "1.0.4"
44
description = "A package to run QA checks on Airbyte connectors, generate reports and documentation."
55
authors = ["Airbyte <[email protected]>"]
66
readme = "README.md"

airbyte-ci/connectors/connectors_qa/src/connectors_qa/checks/security.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ class CheckConnectorUsesHTTPSOnly(SecurityCheck):
3131
"acceptance_tests_logs",
3232
".hypothesis",
3333
".ruff_cache",
34+
"htmlcov",
3435
}
3536

3637
ignored_file_name_pattern_for_https_checks = {

0 commit comments

Comments
 (0)