Skip to content

Commit

Permalink
fix(tests): fix tests after dockerfile config changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dotboris committed May 2, 2023
1 parent 85aecb7 commit 24d5dd2
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -100,8 +100,8 @@ describe('workers/repository/extract/extract-fingerprint-config', () => {
enabled: true,
fileList: [],
fileMatch: [
'(^|/|\\.)(Docker|Container)file$',
'(^|/)(Docker|Container)file[^/]*$',
'(^|/|\\.)([Dd]ocker|[Cc]ontainer)file$',
'(^|/)([Dd]ocker|[Cc]ontainer)file[^/]*$',
],
ignorePaths: ['**/node_modules/**', '**/bower_components/**'],
includePaths: [],
Expand Down

0 comments on commit 24d5dd2

Please sign in to comment.