Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Wording improvements. Tested against a real use case repository.
  • Loading branch information
riverma authored Oct 18, 2023
1 parent d11dea1 commit 173dfcf
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,18 +63,15 @@ If you do not have organizational permissions or if you wish to customize securi


2. **Enable Code Scanning:**
- In the `Code security and analysis` menu from the `Settings` tab:
- Click on the `Code scanning alerts` setup button.
- We recommend enabling the following workflows:
- _CodeQL Analysis workflow:_ a free tool provided by GitHub that scans your code for vulnerabilities across a variety of languages. Simply choose a CodeQL Analysis template (default is acceptable) and follow the instructions.
- In the `Code security and analysis` menu from the `Settings` tab, click the "Set Up" or enable the following workflows:
- _CodeQL Analysis workflow:_ a free tool provided by GitHub that scans your code for vulnerabilities across a variety of languages. Simply choose a CodeQL Analysis template (default is acceptable) and follow the instructions.
- To view Code scanning alerts:
- Return to the repository main page.
- Click on the `Security` tab and select `Code scanning alerts`.

3. **Enable Secret Scanning:**
- In the `Code security and analysis` menu from the `Settings` tab:
- Click on the `Secret scanning` enable button.
- We recommend following the step-by-step instructions provided to enable Secret Scanning.
- We recommend enabling "Push protection" for blocking commits containing secrets
- To view Secret scanning alerts:
- Navigate to the repository main page.
Expand Down

0 comments on commit 173dfcf

Please sign in to comment.