We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 109a19b commit 8fb2b63Copy full SHA for 8fb2b63
2 files changed
.github/workflows/validation-sfcompute.yml
@@ -47,7 +47,7 @@ jobs:
47
TEST_PUBLIC_KEY_BASE64: ${{ secrets.TEST_PUBLIC_KEY_BASE64 }}
48
VALIDATION_TEST: true
49
run: |
50
- cd v1/providers/sfcompute
+ cd v1/providers/sfcomputev2
51
go test -v -short=false -timeout=30m ./...
52
53
- name: Upload test results
v1/providers/sfcomputev2/brev_constants.go
@@ -7,7 +7,7 @@ const (
7
8
// Internal tag keys written to every SFCompute V2 instance. These are stripped from
9
// v1.Instance.Tags on read so they don't surface as user-facing tags.
10
- tagKeyCloudCredRefID = "brev-cloud-cred-ref-id"
+ tagKeyCloudCredRefID = "brev-cloud-cred-ref-id" //nolint:gosec // not a secret
11
tagKeyRefID = "brev-ref-id"
12
)
13
0 commit comments