Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove dockerfilelint #1080

Merged
merged 2 commits into from
Dec 7, 2021
Merged
Show file tree
Hide file tree
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
104 changes: 0 additions & 104 deletions .automation/test/docker/bad/.dockerfilelintrc

This file was deleted.

104 changes: 0 additions & 104 deletions .automation/test/docker/good/.dockerfilelintrc

This file was deleted.

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions .dockerfilelintrc

This file was deleted.

2 changes: 1 addition & 1 deletion .secretlintignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
.automation/test
megalinter-reports
megalinter-reports
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Note: Can be used with `megalinter/megalinter@beta` in your GitHub Action mega-l
- Add [gitleaks](https://github.com/zricethezav/gitleaks) to lint git repository
- Add [goodcheck](https://github.com/sider/goodcheck) as regex-based linter
- Add [trivy](https://github.com/aquasecurity/trivy) security linter
- Remove **dockerfilelint**, as it is not maintained anymore and hadolint contains all its rules
- SARIF management for:
- bandit
- checkov
Expand Down
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ RUN npm install --no-cache --ignore-scripts \
stylelint-config-standard \
stylelint-config-sass-guidelines \
stylelint-scss \
dockerfilelint \
editorconfig-checker \
gherkin-lint \
graphql-schema-linter \
Expand Down
Loading