migrate to git.ophivana.moe/security/fortify
test / test (push) Successful in 14s

Signed-off-by: Ophestra Umiker <cat@ophivana.moe>
This commit is contained in:
2024-10-20 19:50:13 +09:00
parent cdda33555c
commit 65af1684e3
49 changed files with 102 additions and 102 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import (
"strings"
"testing"
"git.ophivana.moe/cat/fortify/helper"
"git.ophivana.moe/security/fortify/helper"
)
func Test_argsFD_String(t *testing.T) {
+1 -1
View File
@@ -7,7 +7,7 @@ import (
"strconv"
"sync"
"git.ophivana.moe/cat/fortify/helper/bwrap"
"git.ophivana.moe/security/fortify/helper/bwrap"
)
// BubblewrapName is the file name or path to bubblewrap.
+2 -2
View File
@@ -7,8 +7,8 @@ import (
"strings"
"testing"
"git.ophivana.moe/cat/fortify/helper"
"git.ophivana.moe/cat/fortify/helper/bwrap"
"git.ophivana.moe/security/fortify/helper"
"git.ophivana.moe/security/fortify/helper/bwrap"
)
func TestBwrap(t *testing.T) {
+1 -1
View File
@@ -5,7 +5,7 @@ import (
"os"
"testing"
"git.ophivana.moe/cat/fortify/helper"
"git.ophivana.moe/security/fortify/helper"
)
func TestDirect(t *testing.T) {
+1 -1
View File
@@ -6,7 +6,7 @@ import (
"testing"
"time"
"git.ophivana.moe/cat/fortify/helper"
"git.ophivana.moe/security/fortify/helper"
)
var (
+1 -1
View File
@@ -10,7 +10,7 @@ import (
"syscall"
"testing"
"git.ophivana.moe/cat/fortify/helper/bwrap"
"git.ophivana.moe/security/fortify/helper/bwrap"
)
// InternalChildStub is an internal function but exported because it is cross-package;
+1 -1
View File
@@ -3,7 +3,7 @@ package helper_test
import (
"testing"
"git.ophivana.moe/cat/fortify/helper"
"git.ophivana.moe/security/fortify/helper"
)
func TestHelperChildStub(t *testing.T) {