mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-04-04 22:46:55 +00:00
Merge branch 'PROWLER-184-m365-add-and-connect-the-provider' into PROWLER-182-kubernetes-add-and-connect-the-provider
This commit is contained in:
@@ -9,6 +9,7 @@ export interface AWSProviderData {
|
||||
externalId?: string;
|
||||
accessKeyId?: string;
|
||||
secretAccessKey?: string;
|
||||
}
|
||||
|
||||
// AZURE provider data
|
||||
export interface AZUREProviderData {
|
||||
|
||||
@@ -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", () => {
|
||||
|
||||
Reference in New Issue
Block a user