Skip to content

Commit

Permalink
fix(kibana-security-health-check): fix content tracker body arguments…
Browse files Browse the repository at this point in the history
… in "dashboard" script
  • Loading branch information
azasypkin committed Dec 12, 2023
1 parent 1ab2bdb commit d2ecea0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kibana-security-health-check/src/dashboard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export async function run(previousContent: string | undefined, params: Params):
headers: {
Authorization: `Basic ${btoa(`${params.credentials.username}:${params.credentials.password}`)}`,
},
body: JSON.stringify({ refresh: false, calculateDiff: false }),
})
).json()) as WebPageContentRevision[];

Expand Down

0 comments on commit d2ecea0

Please sign in to comment.