UNPKG

semgrep-s3-scanner

Version:

Run semgrep scans using rules stored in S3

8 lines (7 loc) 202 B
export declare class S3Service { private s3Client; private bucket; private prefix; constructor(bucket: string, prefix: string); downloadAllRules(targetDir: string): Promise<void>; }