We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab2d8ce commit d5e3473Copy full SHA for d5e3473
src/nightfall.ts
@@ -37,7 +37,7 @@ export class Nightfall extends Base {
37
try {
38
const response = await axios.post<ScanText.Response>(
39
`${this.API_HOST}/v3/scan`,
40
- { payload, policy },
+ { payload, policy, policyUUIDs },
41
{ headers: this.AXIOS_HEADERS },
42
)
43
0 commit comments