Skip to content

Commit

Permalink
Pass control.attestation_data.status to ExecControl
Browse files Browse the repository at this point in the history
  • Loading branch information
camdenmoors committed Jul 1, 2022
1 parent 6cf6fe5 commit b6ea4e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libs/inspecjs/src/compat_impl/compat_inspec_1_0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,8 @@ export class ExecControl extends HDFControl10 implements HDFControl {
control,
false,
Boolean(control.waiver_data?.skipped_due_to_waiver),
Boolean(control.attestation_data)
Boolean(control.attestation_data),
control.attestation_data?.status
);

// Build descriptions
Expand Down

0 comments on commit b6ea4e2

Please sign in to comment.