Update README.md on how to disable sast jobs
This merge request updates the README.md file to show how to disable sast jobs using SAST_DISABLED CI variable.
Below are two examples from the demo project in which only the new snippet works.
- Old Snippet: gitlab-org/secure/tests/ci-components/test-sast-component@dd68afa5 (check pipelines tab)
- New Snippet: gitlab-org/secure/tests/ci-components/test-sast-component@a1adf858 (check pipelines tab)
Please note: 1 is also used together with true to keep in line with the corresponding CI template (see this line).
Edited by Ahmed Hemdan