Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksander Fidelus committed Nov 28, 2023
1 parent 54d50f2 commit ab545d5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion content/questions/advanced_security/question-025.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ draft: false
> https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph#dependency-graph-availability
1. [x] Yes, it's available for free for all repositories.
1. [ ] No, it's available for free for public repositories only. Private repositories can use it if they have the GitHub Advanced Security license.
1. [ ] No, it's not available for free to any repositories, GitHub Dependency graps is a paid feature that comes with the GitHub Advanced Security license
1. [ ] No, it's not available for free to any repositories, GitHub Dependency graph is a paid feature that comes with the GitHub Advanced Security license
7 changes: 3 additions & 4 deletions content/questions/advanced_security/question-026.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
archetype: "questions"
title: "Question 026"
question: "How does GitHub Dependency graph know which dependencies/packages Your project is using? (Choose two.)"
question: "How does GitHub Dependency graph know what dependencies Your project is using? (Choose two.)"
draft: false
---

Expand All @@ -10,7 +10,6 @@ draft: false

> https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph#supported-package-ecosystems
- [x] GitHub derives dependencies automatically from manifests and lock files commited to the repository
- [x] You can add dependencies using the Dependency submission API
- [x] Dependencies can be manually added using the Dependency submission API
- [ ] GitHub scans the repository code for import statements of external packages
- [ ] You can add a GitHub Actions workflow using with the official `actions/dependency-graph` GitHub Action to add dependencies to the graph whenever a new commit is pushed to the repository
> There is no such GitHub Action as `actions/dependency-graph`
- [ ] It's required to add a GitHub Actions workflow that uses the official `actions/dependency-graph` GitHub Action to add dependencies to the graph whenever a new commit is pushed to the repository
1 change: 0 additions & 1 deletion content/questions/advanced_security/question-027.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,3 @@ draft: false
- [ ] When your repository publishes a new release
- [ ] When your repository publishes a new git tag
- [ ] When the GitHub Actions workflow that uses the `actions/dependency-graph` GitHub Action is triggered
> There is no such GitHub Action.

0 comments on commit ab545d5

Please sign in to comment.