Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions test/reporter.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ describe('reporter', () => {
let fileContent = fs.readFileSync(file, 'UTF-8');
let item = {
title: 'Consider `--no-install-recommends`',
description: 'Consider using a `--no-install-recommends` when `apt-get` installing packages. This will result in a smaller image size. For\nmore information, see [this blog post](http://blog.replicated.com/2016/02/05/refactoring-a-dockerfile-for-image-size/)',
description: 'Consider using a `--no-install-recommends` when `apt-get` installing packages. This will result in a smaller image size. For\nmore information, see [this blog post](https://www.replicated.com/blog/refactoring-a-dockerfile-for-image-size/)',
category: 'Optimization',
line: 5
};
Expand Down Expand Up @@ -116,7 +116,7 @@ describe('reporter', () => {
let file1Items = [
{
title: 'Consider `--no-install-recommends`',
description: 'Consider using a `--no-install-recommends` when `apt-get` installing packages. This will result in a smaller image size. For\nmore information, see [this blog post](http://blog.replicated.com/2016/02/05/refactoring-a-dockerfile-for-image-size/)',
description: 'Consider using a `--no-install-recommends` when `apt-get` installing packages. This will result in a smaller image size. For\nmore information, see [this blog post](https://www.replicated.com/blog/refactoring-a-dockerfile-for-image-size/)',
category: 'Optimization',
line: 5
}
Expand Down