Skip to content

Commit 26c1d58

Browse files
Copilotlpcox
andauthored
fix: unexport internal DlpPattern interface in src/dlp.ts (#2437)
* Initial plan * fix: remove export from internal DlpPattern interface in src/dlp.ts Agent-Logs-Url: https://github.com/github/gh-aw-firewall/sessions/5f8d913e-824a-4edf-bd02-aba4d106dfcc Co-authored-by: lpcox <15877973+lpcox@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: lpcox <15877973+lpcox@users.noreply.github.com>
1 parent 0932ace commit 26c1d58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/dlp.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
/**
1616
* A DLP credential pattern definition
1717
*/
18-
export interface DlpPattern {
18+
interface DlpPattern {
1919
/** Human-readable name for the pattern */
2020
name: string;
2121
/** Description of what this pattern detects */

0 commit comments

Comments
 (0)