We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3846ae commit b3e1aceCopy full SHA for b3e1ace
1 file changed
continuous_delivery_scripts/plugins/golang.py
@@ -270,7 +270,7 @@ def get_secret_registry_exclude_files(self) -> List[str]:
270
r".*go\.sum$",
271
r"^\.circleci[\\/].*",
272
r"^workflows/.*",
273
- r"^\.github[\\/]workflows[\\/].*",
+ (r"^\.github[\\/]workflows[\\/].*"),
274
]
275
276
def get_current_spdx_project(self) -> Optional["SpdxProject"]:
0 commit comments