Skip to content

Commit 0683d30

Browse files
committed
added make file
1 parent 750a84b commit 0683d30

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/ory/terraform-provider-orynetwork
22

3-
go 1.24.12
3+
go 1.25.6
44

55
require (
66
github.com/hashicorp/terraform-plugin-framework v1.16.1

internal/testutil/testutil.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const (
2323
)
2424

2525
// Test API key constants - fake keys for unit tests
26-
// #nosec G101 -- These are intentionally fake test credentials, not real secrets
26+
// #nosec G101
2727
const (
2828
// TestWorkspaceAPIKey is a fake workspace API key for tests.
2929
TestWorkspaceAPIKey = "ory_wak_test"

0 commit comments

Comments
 (0)