Skip to content

Commit

Permalink
Merge pull request #1423 from snyk/feat/sles_support
Browse files Browse the repository at this point in the history
feat: add sles scanning support
  • Loading branch information
shaimendel authored Sep 24, 2020
2 parents 554d9c2 + 21a503d commit f736267
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"semver": "^6.0.0",
"snyk-config": "3.1.1",
"snyk-cpp-plugin": "1.5.0",
"snyk-docker-plugin": "3.21.0",
"snyk-docker-plugin": "3.23.0",
"snyk-go-plugin": "1.16.2",
"snyk-gradle-plugin": "3.6.3",
"snyk-module": "3.1.0",
Expand Down
4 changes: 3 additions & 1 deletion test/dev-count-analysis.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ describe('cli dev count via git log analysis', () => {
'044c9c2a86c6e6780a9b64d245bb1e69735ea8b8',
'0768695f32a8bd41b0eff550eae32013733fde2c',
];
expect(contributorUserIds).toEqual(expectedContributorUserIds);
expect(contributorUserIds.sort()).toEqual(
expectedContributorUserIds.sort(),
);
});

// This test proves that we don't pick up any commit author emails which are only found in merge commits.
Expand Down

0 comments on commit f736267

Please sign in to comment.