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

Add project Thoth #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 2 additions & 0 deletions documentation/modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,5 @@
** link:https://redhat-scholars.github.io/outer-loop-guide/[OpenShift Outer Loop]

* xref:13-openshift-java-inner-loop.adoc[OpenShift Java Inner Loop Workshop]

* xref:14-thoth-aidevsecops.adoc[Project Thoth (AIDevSecOps)]
34 changes: 34 additions & 0 deletions documentation/modules/ROOT/pages/14-thoth-aidevsecops.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
= Project Thoth (AIDevSecOps)
include::_attributes.adoc[]

Learn the basics of Project Thoth https://thoth-station.ninja/[Thoth,window=_blank] to secure your Python applications in one module of 1 hour. +
+

image::thoth.png[thoth logo,100,float="right"]

*Tutorial*: link:https://redhat-scholars.github.io/managing-vulnerabilities-with-thoth/managing-vulnerabilities-with-thoth/[https://redhat-scholars.github.io/managing-vulnerabilities-with-thoth/managing-vulnerabilities-with-thoth/,window=_blank]

*Slides*:


[#one]
== Project Thoth (AIDevSecOps)

[cols="1,3,2"]
|===
| *Duration* | *Audience* | *Level*
|1 hour
|Python developers who want to get guidance on application dependencies with respect to security, stability or performance.
|Intermediate
|===


This tutorial provides you and introduction to Project Thoth - how to resolve Python application dependencies and how to get insights on open-source software consumed. +
+


What you will learn:

* Run a Python application using Thoth tooling
* Ask Thoth's recommendation engine to resolve application dependencies specifically for your project
* How to make sure secure applications are shipped to your environments
4 changes: 4 additions & 0 deletions documentation/modules/ROOT/pages/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,7 @@
[.tile]
.xref:13-openshift-java-inner-loop.adoc[OpenShift Java Inner Loop Workshop]
* xref:13-openshift-java-inner-loop.adoc[OpenShift Java Inner Loop]

[.title]
.xref:14-thoth-aidevsecops.adoc[Project Thoth (AIDevSecOps)]
* xref:14-thoth-aidevsecops.adoc[Project Thoth (AIDevSecOps)]