Skip to content
This repository was archived by the owner on Nov 1, 2023. It is now read-only.

Commit 8e937bc

Browse files
committed
build fix
1 parent 5d967f1 commit 8e937bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli/onefuzz/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1271,7 +1271,7 @@ def get_config(self, pool_name: primitives.PoolName) -> models.AgentConfig:
12711271

12721272
config = pool.config
12731273
if not pool.managed:
1274-
config.client_credentials = models.ClientCredentials(
1274+
config.client_credentials = models.ClientCredentials( # nosec
12751275
client_id=uuid.UUID(int=0),
12761276
client_secret="<client_secret>",
12771277
resource=self.onefuzz._backend.config.endpoint,

0 commit comments

Comments
 (0)