-
Notifications
You must be signed in to change notification settings - Fork 57
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
Update demisto-sdk-validate.md #1537
Conversation
grammar fix
Preview Site AvailableCongratulations! The automatic build has completed successfully. Important: Make sure to inspect your changes at the preview site. Detected modified urls: |
@@ -37,7 +37,7 @@ title: Demisto-SDK Validate checks | |||
| DO103 | Validate that the given content item's docker-image actually exists in dockerhub | Platform supported content must have their images available in dockerhub so they can be widely pulled and used. | | | |||
| DO104 | Validate that the given content item has a docker_image. | Python and Powershell content run in containers. | | | |||
| DO105 | Validate that the given content item uses a docker image that is not deprecated | It is best practice to use images that are maintained by the platform. | | | |||
| DO106 | Validate that the given content-item's docker image isnt outdated' | Updated docker images ensure the code dont use outdated dependencies, including bugfixes and fixed vulnerabilities. | Yes | | |||
| DO106 | Validate that the given content-item's docker image isnt outdated' | Updated Docker images ensure that the code doesn't use outdated dependencies, including bug fixes and fixed vulnerabilities. | Yes | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This document is autogenerated, changes should be done to the source.
Opened demisto/demisto-sdk#4222, @tschanfeld please review it there.
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. If you'd like to keep it open, please leave a comment with the status of the PR. Thank you for your contribution! |
This pull request has been automatically closed because there has been no activity for 21 days. Please feel free to reopen it (or open a new one) if the proposed change is still appropriate. Thank you for your contribution! |
grammar fix
Status
Ready/In Progress/In Hold (Reason for hold)
Related Issues
fixes: link to the issue
Description
A few sentences describing the overall goals of the pull request's commits.
Screenshots
Paste here any images that will help the reviewer