From c95c3c3f46ab646904f68c6a06cca4c981bfa229 Mon Sep 17 00:00:00 2001 From: Frieder Bluemle Date: Wed, 22 Jan 2020 16:44:11 -0800 Subject: [PATCH] Fix typo --- .gitignore | 3 +-- README.md | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index c5546c9..cf46fef 100644 --- a/.gitignore +++ b/.gitignore @@ -98,6 +98,5 @@ Thumbs.db __tests__/runner/* lib/**/* -.idea +.idea/ *.iml - diff --git a/README.md b/README.md index fab0aa5..5b52bf3 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Searching across GitHub you can find many pull requests (PRs) with helpful title Many of these PRs are contributed by individuals outside of the organization maintaining the project. Many maintainers are incredibly grateful for these kinds of contributions as it takes an item off of their backlog. -We assume that most maintainers do not consider the security implications of accepting the Gradle Wrapper binary from an external contributors. +We assume that most maintainers do not consider the security implications of accepting the Gradle Wrapper binary from external contributors. There is a certain amount of blind trust open source maintainers have. Further compounding the issue is that maintainers are most often greeted in these PRs with a diff to the `gradle-wrapper.jar` that looks like this. @@ -42,7 +42,7 @@ The goal is to prevent homoglyph attacks which may be very difficult to spot in ## Usage -Simply add this action to your workflow **after** having checked out your source tree and **before** running any Gradle build: +Simply add this action to your workflow **after** having checked out your source tree and **before** running any Gradle build: ```yaml uses: gradle/wrapper-validation-action@v1