Skip to content

Commit

Permalink
Update 2-dependabot-alerts.md (#12)
Browse files Browse the repository at this point in the history
Removal of a hard-coded number ("four") for the amount vulnerabilities discovered by dependabot.
  • Loading branch information
BorDevTech authored Jul 10, 2023
1 parent 8287171 commit c7fa25b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/steps/2-dependabot-alerts.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ Let's enable Dependabot alerts on our repository!
1. Navigate to the `Settings` tab.
1. Click `Code security and analysis`.
1. Click `Enable` Dependabot alerts (**Wait about 60 seconds and then click the `Security` tab at the top of the repository**).
1. Review each of the four `Dependabot` alerts under the `Vulnerability alerts` section.
1. Review each of the `Dependabot` alerts under the `Vulnerability alerts` section.

Dependabot has alerted us of four vulnerabilities that need to be updated from the dependencies that we are using. Dependabot helps us address these vulnerabilities by creating pull requests for each one as we select and review the alert.
Dependabot has alerted us of vulnerabilities that need to be updated from the dependencies that we are using. Dependabot helps us address these vulnerabilities by creating pull requests for each one as we select and review the alert.

Let's see how this would work by using Dependabot to create a pull request for one of the alerts!

Expand Down

0 comments on commit c7fa25b

Please sign in to comment.