Skip to content

Commit

Permalink
docs(scan): update tests in README
Browse files Browse the repository at this point in the history
  • Loading branch information
derevnjuk authored Jan 24, 2025
1 parent 13c90e7 commit 5b83d00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/scan/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ import { TestType } from '@sectester/scan';

const scan = await scanFactory.createScan({
target,
tests: [TestType.HEADER_SECURITY]
tests: [TestType.INSECURE_OUTPUT_HANDLING]
});
```

Expand Down

0 comments on commit 5b83d00

Please sign in to comment.