Skip to content

Commit 4b287a0

Browse files
committed
Add some updates to the instructions
1 parent 6aec4fd commit 4b287a0

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
> This bootcamp is designed to help familiarize you with GitHub Advanced Security (GHAS) so that you can better understand how to use it in your own repositories.
88
99
## :mega: Prerequisites
10-
To participate in the workshop you need a GitHub account and need to be invited to the workshop organization [ghas-bootcamp](https://github.com/ghas-bootcamp). If your repository hasn't been automatically created in the workshop organization, either click `Use this template` and create a repository under this organization, or create a new repository and push a copy of the `ghas-bootcamp` repository.
10+
To participate in the workshop you need a GitHub account and need to be invited to the workshop organization [ghas-bootcamp](https://github.com/ghas-bootcamp). If your repository hasn't been automatically created in the workshop organization, either click `Use this template` and create a repository under this organization, or create a new repository and push a copy of the `ghas-bootcamp` repository to an organization with GHAS enabled.
1111

1212
```bash
1313
git clone https://github.com/ghas-bootcamp/ghas-bootcamp.git

exercises/lab 2 - secret-scanning.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ While we can close a detected secret as being used in a test, we can also config
4747
4848
Use a pattern to exclude the file `storage-service/src/main/resources/application.dev.properties`
4949
50+
Merge your changes to `.github/secret_scanning.yml` to your default branch before going to the next step.
51+
5052
<details>
5153
<summary>Solution</summary>
5254
A possible solution is:

exercises/lab 3 - code-scanning.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,10 @@ CodeQL requires a build of compiled languages, and an analysis job can fail if o
5151
<details>
5252
<summary>Solution</summary>
5353

54-
uses: actions/setup-java@v1
54+
uses: actions/setup-java@v3.4.1
5555
with:
56-
java-version: 15
56+
java-version: 16
57+
distribution: 'microsoft'
5758

5859
</details>
5960

0 commit comments

Comments
 (0)