Skip to content

Commit 8490466

Browse files
author
Jonathan Mucha
committed
renaming the commit status
1 parent db6f093 commit 8490466

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

socketsecurity/core/scm/gitlab.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ def set_commit_status(self, state: str, description: str, target_url: str = '')
279279
url = f"{self.config.api_url}/projects/{self.config.mr_project_id}/statuses/{self.config.commit_sha}"
280280
payload = {
281281
"state": state,
282-
"context": "socket-security",
282+
"context": "socket-security-commit-status",
283283
"description": description,
284284
}
285285
if self.config.mr_source_branch:

0 commit comments

Comments
 (0)