Skip to content

Commit 870373c

Browse files
committed
chore: cleanup some old links
1 parent ca87ce5 commit 870373c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ And if you wish to specify a different file, you can do so with `sheriff patrol
121121

122122
### Source code hosting services
123123

124-
- [x] [GitLab](https://gitlab.com/dashboard/merge_requests?assignee_username=sergio.lara1)
124+
- [x] [GitLab](https://gitlab.com)
125125
- [ ] [GitHub](https://github.com) ([#9](https://github.com/elementsinteractive/sheriff/issues/9))
126126

127127
### Messaging services

internal/publish/to_gitlab.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,9 @@ func getVulnReportHeader() string {
146146
currentTime := now().Local()
147147

148148
return fmt.Sprintf(`
149-
ℹ️ This issue lists all the vulnerabilities found in the project by [Sheriff](https://gitlab.com/namespace/sheriff) on %s.
149+
ℹ️ This issue lists all the vulnerabilities found in the project by [Sheriff](https://github.com/elementsinteractive/sheriff) on %s.
150150
151-
Please review the vulnerabilities and take the necessary actions to fix or acknowledge them, see the [sheriff documentation](https://security-scanner-c26e93.gitlab.io/user-guide/) for more information.`,
151+
Please review the vulnerabilities and take the necessary actions to fix or acknowledge them, see the [sheriff documentation](https://github.com/elementsinteractive/sheriff) for more information.`,
152152
currentTime.Format("2006-01-02"),
153153
)
154154
}

internal/publish/to_gitlab_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ func TestGitlabIssueReportHeader(t *testing.T) {
196196

197197
got := getVulnReportHeader()
198198

199-
want := `ℹ️ This issue lists all the vulnerabilities found in the project by [Sheriff](https://gitlab.com/namespace/sheriff) on 2021-01-01.`
199+
want := `ℹ️ This issue lists all the vulnerabilities found in the project by [Sheriff](https://github.com/elementsinteractive/sheriff) on 2021-01-01.`
200200

201201
assert.Contains(t, got, want)
202202

0 commit comments

Comments
 (0)