Skip to content

Commit 8fb2b63

Browse files
committed
use v2 sfc
1 parent 109a19b commit 8fb2b63

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/validation-sfcompute.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
TEST_PUBLIC_KEY_BASE64: ${{ secrets.TEST_PUBLIC_KEY_BASE64 }}
4848
VALIDATION_TEST: true
4949
run: |
50-
cd v1/providers/sfcompute
50+
cd v1/providers/sfcomputev2
5151
go test -v -short=false -timeout=30m ./...
5252
5353
- name: Upload test results

v1/providers/sfcomputev2/brev_constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const (
77

88
// Internal tag keys written to every SFCompute V2 instance. These are stripped from
99
// v1.Instance.Tags on read so they don't surface as user-facing tags.
10-
tagKeyCloudCredRefID = "brev-cloud-cred-ref-id"
10+
tagKeyCloudCredRefID = "brev-cloud-cred-ref-id" //nolint:gosec // not a secret
1111
tagKeyRefID = "brev-ref-id"
1212
)
1313

0 commit comments

Comments
 (0)