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 verify-dockerfile to allow lowercase FROM #643

Merged
merged 1 commit into from
Sep 10, 2021

Conversation

mlieberman85
Copy link
Contributor

This is a simple fix to allow "from" in dockerfiles to have their
image arguments detected by verify-dockerfile command.

Signed-off-by: Michael mlieberman85@gmail.com

# See the License for the specific language governing permissions and
# limitations under the License.

from gcr.io/distroless/base
Copy link
Member

Choose a reason for hiding this comment

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

nit: new line

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Added.

This is a simple fix to allow "from" in dockerfiles to have their
image arguments detected by verify-dockerfile command.

Signed-off-by: Michael <mlieberman85@gmail.com>
@cpanato cpanato added this to the v1.2.0 milestone Sep 10, 2021
@dlorenc dlorenc merged commit cb310df into sigstore:main Sep 10, 2021
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.

None yet

3 participants