We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 750a84b commit 0683d30Copy full SHA for 0683d30
go.mod
@@ -1,6 +1,6 @@
1
module github.com/ory/terraform-provider-orynetwork
2
3
-go 1.24.12
+go 1.25.6
4
5
require (
6
github.com/hashicorp/terraform-plugin-framework v1.16.1
internal/testutil/testutil.go
@@ -23,7 +23,7 @@ const (
23
)
24
25
// Test API key constants - fake keys for unit tests
26
-// #nosec G101 -- These are intentionally fake test credentials, not real secrets
+// #nosec G101
27
const (
28
// TestWorkspaceAPIKey is a fake workspace API key for tests.
29
TestWorkspaceAPIKey = "ory_wak_test"
0 commit comments