Merge branch 'PROWLER-184-m365-add-and-connect-the-provider' into PROWLER-182-kubernetes-add-and-connect-the-provider

This commit is contained in:
StylusFrost
2025-10-28 12:42:47 +01:00
committed by GitHub
2 changed files with 1 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ export interface AWSProviderData {
externalId?: string;
accessKeyId?: string;
secretAccessKey?: string;
}
// AZURE provider data
export interface AZUREProviderData {

View File

@@ -15,7 +15,6 @@ import {
KubernetesProviderCredential,
KUBERNETES_CREDENTIAL_OPTIONS,
} from "./providers-page";
import { ScansPage } from "../scans/scans-page";
import fs from "fs";
test.describe("Add Provider", () => {