Skip to content

Commit

Permalink
Fix: README
Browse files Browse the repository at this point in the history
  • Loading branch information
fzieris committed Oct 18, 2024
1 parent 57d013e commit 7759ee6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ You will see how to include SCA in your development process.
## Enable SCA in your Pipeline

4. In `.github/workflows/sca.yml`, uncomment the block labeled "Version 1" to enable Snyk.
* After the next successful run of the GitHub actions, you should now see security issues being reported.
5. In `requirements.txt`, update the version of the "requests" library to a newer version.
* After the next successful run of the GitHub actions, you should now see fewer security issues being reported.
* After the next successful run of the GitHub actions, under GitHub's "Security Tab", you should now see "Code Scanning Alerts" being reported.
5. In `requirements.txt`, update the version of the "requests" library to a newer version (e.g. from `2.27.0` to `2.32.2` -- or whatever Snyk suggests as a current version).
* After the next successful run of the GitHub actions, you should now see fewer "Code Scanning Alerts" being reported.

0 comments on commit 7759ee6

Please sign in to comment.