Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor STO tutorials STO-6721 #4443

Closed
wants to merge 21 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
61c490e
sto-tutorials-revample-add-trivy-quickstart.png
douglas-j-bothwell Dec 4, 2023
c82ce34
move images for Your First STO Pipeline tutorial STO-6721
douglas-j-bothwell Dec 4, 2023
de1547c
Your First STO pipeline more updates STO-6721
douglas-j-bothwell Dec 4, 2023
297d16e
tutorial tweaks STO-6721
douglas-j-bothwell Dec 4, 2023
8a5a0b5
add Semgrep SAST tutorial STO-6721
douglas-j-bothwell Dec 4, 2023
a23c0aa
add STO overview to STO tutorials STO-6721
douglas-j-bothwell Dec 5, 2023
9bbffe9
add Quickstarts section to STO tutorials STO-6721
douglas-j-bothwell Dec 5, 2023
fd353f9
update STO tutorials left navigation order STO-6721
douglas-j-bothwell Dec 5, 2023
97e7a38
update STO tutorial links, remove old tutorials STO-6721
douglas-j-bothwell Dec 5, 2023
ddd712c
merge main
douglas-j-bothwell Dec 5, 2023
27417ec
fix broken tutorial links STO-6721
douglas-j-bothwell Dec 5, 2023
a1cafef
add old tutorials back in STO-6721
douglas-j-bothwell Dec 5, 2023
e18999e
fix broken links in Your First STO Pipeline tutorial STU-6721
douglas-j-bothwell Dec 5, 2023
2db7118
STO tutorial updates STO-6721
douglas-j-bothwell Dec 5, 2023
428c17b
fix broken links in STO tutorials STO-6721
douglas-j-bothwell Dec 5, 2023
c293e01
update tutorial links STO-6721
douglas-j-bothwell Dec 6, 2023
7734e51
fix broken STO tutorial links STO-6721
douglas-j-bothwell Dec 6, 2023
76ebe0f
delete old STO tutorials STO-6712
douglas-j-bothwell Dec 6, 2023
61ac356
fix broken links to old tutorials STO-6721
douglas-j-bothwell Dec 6, 2023
5383112
more tweaks/updates to STO tutorials STO-6721
douglas-j-bothwell Dec 6, 2023
7b395ea
fix bad tutorial link STO-6721
douglas-j-bothwell Dec 6, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix broken tutorial links STO-6721
  • Loading branch information
douglas-j-bothwell committed Dec 5, 2023
commit 27417ec54656ca986ec4b725909e9e1f952949e0
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ In this tutorial, you'll set up a simple [orchestration workflow](/docs/security
- A Harness account and STO module license.
- You must have a [Security Testing Developer or SecOps role](/docs/security-testing-orchestration/get-started/onboarding-guide/#create-an-sto-pipeline) assigned.
- A basic understanding of key STO concepts and good practices is highly recommended. Here are some good resources:
- [Create a standalone STO pipeline](/tutorials/security-tests/standalone-pipeline.md)
- [Your first STO pipeline](/tutorials/security-tests/your-first-sto-pipeline)
- [Key Concepts in STO](/docs/category/key-concepts-in-sto)
- A [connector](/docs/platform/connectors/cloud-providers/ref-cloud-providers/docker-registry-connector-settings-reference) to the Docker v2-compliant registry with the image you want to scan.
This tutorial uses an [example image on Docker Hub](https://hub.docker.com/r/snyklabs/goof) that contains known vulnerabilities.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ In this tutorial, you'll set up a simple [ingestion-only workflow](/docs/securit

- A Harness account and STO module license.
- A basic understanding of key STO concepts and good practices. Here are some good resources:
- [Create a standalone STO pipeline](/tutorials/security-tests/standalone-pipeline.md)
- [Your first STO pipeline](/tutorials/security-tests/your-first-sto-pipeline)
- [Key Concepts in STO](/docs/category/key-concepts-in-sto)
- A [code repo connector](/docs/continuous-integration/use-ci/codebase-configuration/create-and-configure-a-codebase/#code-repo-connectors) and an access token to your Git provider account.
- A Semgrep account login and access token. For specific instructions, go to [Getting started from the CLI](https://github.com/semgrep/semgrep#option-2-getting-started-from-the-cli) in the README on GitHub.
Expand Down