Skip to content

Commit b3e1ace

Browse files
committed
💚 linting
1 parent a3846ae commit b3e1ace

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

continuous_delivery_scripts/plugins/golang.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ def get_secret_registry_exclude_files(self) -> List[str]:
270270
r".*go\.sum$",
271271
r"^\.circleci[\\/].*",
272272
r"^workflows/.*",
273-
r"^\.github[\\/]workflows[\\/].*",
273+
(r"^\.github[\\/]workflows[\\/].*"),
274274
]
275275

276276
def get_current_spdx_project(self) -> Optional["SpdxProject"]:

0 commit comments

Comments
 (0)