Skip to content

Commit

Permalink
chore: Add missing path field to IacTestResponse
Browse files Browse the repository at this point in the history
  • Loading branch information
aron committed Nov 30, 2020
1 parent 6408c73 commit 6e20873
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/snyk-test/iac-test-result.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export interface AnnotatedIacIssue {
type FILTERED_OUT_FIELDS = 'cloudConfigPath' | 'name' | 'from';

export interface IacTestResponse extends BasicResultData {
path: string;
targetFile: string;
projectName: string;
displayTargetFile: string; // used for display only
Expand Down

0 comments on commit 6e20873

Please sign in to comment.