Skip to content

Commit

Permalink
feat(report): add test with gitlab template and unknown os and image
Browse files Browse the repository at this point in the history
  • Loading branch information
aarongoldenthal committed Oct 24, 2024
1 parent 4a5ad14 commit 94395bd
Show file tree
Hide file tree
Showing 2 changed files with 827 additions and 0 deletions.
10 changes: 10 additions & 0 deletions integration/client_server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,16 @@ func TestClientServerWithFormat(t *testing.T) {
},
golden: "testdata/alpine-310.gitlab.golden",
},
{
name: "scan package-lock.json with gitlab template (Unknown os and image)",
args: csArgs{
Command: "fs",
Format: "template",
TemplatePath: "@../contrib/gitlab.tpl",
Target: "testdata/fixtures/repo/npm/",
},
golden: "testdata/npm.gitlab.golden",
},
{
name: "alpine 3.10 with gitlab-codequality template",
args: csArgs{
Expand Down
Loading

0 comments on commit 94395bd

Please sign in to comment.