Skip to content

Commit

Permalink
Merge pull request #547 from snyk/feat/export-parse-dockerfile-functi…
Browse files Browse the repository at this point in the history
…onality

feat: export parse dockerfile functionality
  • Loading branch information
shlomiSnyk committed Oct 22, 2023
2 parents 9763f31 + 27360fd commit 51fb1eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import * as dockerFile from "./dockerfile";
import {
analyseDockerfile,
DockerFileAnalysis,
parseDockerfile,
updateDockerfileBaseImageName,
} from "./dockerfile";
import {
Expand Down Expand Up @@ -42,4 +43,5 @@ export {
updateDockerfileBaseImageName,
UpdateDockerfileBaseImageNameErrorCode,
Binary,
parseDockerfile,
};

0 comments on commit 51fb1eb

Please sign in to comment.