Skip to content

Commit

Permalink
feat: add projectType containerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Setch <[email protected]>
  • Loading branch information
setchy committed Nov 7, 2023
1 parent 234e2c7 commit f2757cf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1665,7 +1665,7 @@ export const createJavaBom = async (path, options) => {
let sbtProjectFiles = getAllFiles(
path,
(options.multiProject ? "**/" : "") +
"project/{build.properties,*.sbt,*.scala}"
"project/{build.properties,*.sbt,*.scala}"
);

let sbtProjects = [];
Expand Down Expand Up @@ -5375,8 +5375,9 @@ export const createBom = async (path, options) => {
options
);
case "universal":
case "dockerfile":
case "containerfile":
case "docker-compose":
case "dockerfile":
case "swarm":
case "tekton":
case "kustomize":
Expand Down

0 comments on commit f2757cf

Please sign in to comment.