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

rule: Add new rule type that checks if folks are using the latest tag in their Dockerfiles #884

Merged
merged 1 commit into from
Sep 7, 2023

Conversation

JAORMX
Copy link
Contributor

@JAORMX JAORMX commented Sep 7, 2023

latest is not recommended, so this will fail if it finds it. Currently it only checks for a Dockerfile
in the root directory. In the future we could smartly find Dockerfiles in the repo. but we'll do that later.

…ag in their Dockerfiles

`latest` is not recommended, so this will fail if it finds it. Currently it only checks for a `Dockerfile`
in the root directory. In the future we could smartly find Dockerfiles in the repo. but we'll do that later.
@JAORMX JAORMX merged commit 13212d8 into main Sep 7, 2023
12 checks passed
@JAORMX JAORMX deleted the docker-latest-tag branch September 7, 2023 09:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants