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

Fix the URL used for the Docker Pull shield #17

Merged
merged 1 commit into from
Aug 18, 2021

Conversation

mcdonnnj
Copy link
Member

🗣 Description

This PR fixes the image URL for the docker pulls image shield.

💭 Motivation and context

The URL incorrectly referenced cisagov/vdp-scanner-docker when the image is pushed to Docker Hub as cisagov/vdp-scanner.

🧪 Testing

Automated tests pass. I confirm that the image shield works as expected in this branch.

✅ Checklist

  • This PR has an informative and human-readable title.
  • Changes are limited to a single goal - eschew scope creep!
  • All relevant type-of-change labels have been added.
  • I have read the CONTRIBUTING document.
  • These code changes follow cisagov code standards.
  • All new and existing tests pass.

This was pointing to a nonexistent Docker image that was not in line with the
other URLs in the `Docker Image` section of the README.
@mcdonnnj mcdonnnj added the bug This issue or pull request addresses broken functionality label Aug 18, 2021
@mcdonnnj mcdonnnj self-assigned this Aug 18, 2021
Copy link
Member

@dav3r dav3r left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch! 🐞

@mcdonnnj
Copy link
Member Author

N.B. The tests on this will fail because of the issue that is resolved in #18 . Since this is a simple URL change in the README I will just merge without passing all the tests since the lint job completes successfully.

@mcdonnnj mcdonnnj merged commit e457789 into develop Aug 18, 2021
@mcdonnnj mcdonnnj deleted the bug/fix_image_shield_url branch August 18, 2021 20:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue or pull request addresses broken functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants