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 1d73587 commit a9a4ccbCopy full SHA for a9a4ccb
src/plugins/policyPack/index.ts
@@ -140,12 +140,10 @@ export default class PolicyPackPlugin extends Plugin {
140
data,
141
rules,
142
policyPack,
143
- storageEngine,
144
}: {
145
data: any,
146
rules: Rule[]
147
policyPack: string
148
- storageEngine: StorageEngine
149
}): Promise<RuleFinding[]> {
150
const findings: RuleFinding[] = []
151
@@ -164,7 +162,6 @@ export default class PolicyPackPlugin extends Plugin {
164
162
165
163
rules: subRules,
166
167
168
}))
169
)
170
} else {
@@ -377,7 +374,6 @@ export default class PolicyPackPlugin extends Plugin {
377
374
data: linkedData,
378
375
379
376
380
381
})
382
383
// Prepare mutations
0 commit comments