Skip to content
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.

Commit

Permalink
Update course-details.md
Browse files Browse the repository at this point in the history
  • Loading branch information
heiskr authored Feb 25, 2020
1 parent 88384ce commit 318ab2a
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion course-details.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,34 @@ This course will show you how to build, host, and maintain a secure repository o

Collaboration is key to building great software. As you welcome more contributions, keeping your project secure becomes more important than ever.

## What you'll learn

In this course, you’ll learn how to:
- Enable security features for repositories hosted in GitHub
- Detect vulnerable dependencies in repositories when notified by GitHub's security alerts
- Utilize best practices to keep sensitive data out of repositories

This course has a dedicated message board on the [GitHub Community Forum]({{ communityBoard }}). Create a post to start a conversation, discuss this course with GitHub Trainers and participants, or troubleshoot any issues you encounter.
You'll be able to answer questions like:

- How do I protect my open-source project?
- What should I keep out of my GitHub repository?
- How do I keep sensitive data out of my repository?
- How do I keep track of package vulnerabilities?

## What you'll build

Our [Octocat](https://octodex.github.com/) memory game is a fun simple project for you to work with as you learn security strategies.

![Screenshot_2020-02-25 Octocat Memory Game](https://user-images.githubusercontent.com/1221423/75282149-5f768c80-57c5-11ea-933f-f85c235b8178.png)

## What you need to know

We assume you know GitHub concepts before you start this course. If you need a review, try out [Introduction to GitHub](https://lab.github.com/githubtraining/introduction-to-github). We assume you understand what a package and [package manager](https://en.wikipedia.org/wiki/Package_manager) or dependency manager is.

## What we'll use

This project can use GitHub pages to host the memory game. The game uses some minimal JavaScript and CSS. You don't need to work with either in this course. You won't need to do anything outside of the GitHub interface for this course.

## Who this is for

This is a great course for anyone who has a GitHub repository, public or private. These practices will help keep your project safe. This is also a great course for anyone who wants to start a new project on GitHub.

0 comments on commit 318ab2a

Please sign in to comment.