Skip to content

Commit f3710ca

Browse files
author
Omer Bareket
committed
change the flags
1 parent 9584c3a commit f3710ca

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/defender-client.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ async function scan(
103103
'scan',
104104
scanType,
105105
target,
106-
'--defender-policy', policy,
107-
'--defender-output', outputPath
106+
'--policy', policy,
107+
'--output', outputPath
108108
];
109109

110110
// Append additional arguments if provided

0 commit comments

Comments
 (0)