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

Bump braces from 3.0.2 to 3.0.3 in /tools/danger #225

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
28 changes: 14 additions & 14 deletions tools/danger/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.


Unchanged files with check annotations Beta

![Gitlab Integration Step 1](../assets/gitlab-integration-1.png)
2. **Integrate with Snyk**:

Check failure on line 190 in examples/the-ultimate-guide-to-security-assessment-tools/DEVELOPMENT.md

GitHub Actions / Markdownlint / Markdown Lint

Ordered list item prefix [Expected: 1; Actual: 2; Style: 1/1/1]
- Navigate to the [Snyk Integrations](https://app.snyk.io/integrations) page, select GitLab integration, and enter the GitLab instance URL and token.
![Gitlab Integration Step 2](../assets/gitlab-integration-2.png)
3. **Configure Projects**:

Check failure on line 195 in examples/the-ultimate-guide-to-security-assessment-tools/DEVELOPMENT.md

GitHub Actions / Markdownlint / Markdown Lint

Ordered list item prefix [Expected: 1; Actual: 3; Style: 1/1/1]
- Select GitLab projects to test or add projects from the Snyk Dashboard.
### Uses of Snyk GitLab Integration 💡
![AWS CodePipeline Step 1](../assets/aws-codepipeline-2.png)
2. **Add Action Group**:

Check failure on line 248 in examples/the-ultimate-guide-to-security-assessment-tools/DEVELOPMENT.md

GitHub Actions / Markdownlint / Markdown Lint

Ordered list item prefix [Expected: 1; Actual: 2; Style: 1/1/1]
- Click Add an Action Group to open the Edit Action window:
![AWS CodePipeline Step 2](../assets/aws-codepipeline-3.png)
3. **Name the Action**:

Check failure on line 253 in examples/the-ultimate-guide-to-security-assessment-tools/DEVELOPMENT.md

GitHub Actions / Markdownlint / Markdown Lint

Ordered list item prefix [Expected: 1; Actual: 3; Style: 1/1/1]
- Select Snyk as the Action Provider.
- Click Connect with Snyk to begin the connection process.
![AWS CodePipeline Step 3](../assets/aws-codepipeline-4.png)
4. **Configure Settings**:

Check failure on line 259 in examples/the-ultimate-guide-to-security-assessment-tools/DEVELOPMENT.md

GitHub Actions / Markdownlint / Markdown Lint

Ordered list item prefix [Expected: 1; Actual: 4; Style: 1/1/1]
- Configure the settings such as the Snyk organization where reports of findings are saved, vulnerability handling options, and monitoring behavior on build.
![AWS CodePipeline Step 4](../assets/aws-codepipeline-5.png)
- trivy fs --exit-code 1 --severity HIGH,CRITICAL .
```
2. **Configure Severity Levels**:

Check failure on line 359 in examples/the-ultimate-guide-to-security-assessment-tools/DEVELOPMENT.md

GitHub Actions / Markdownlint / Markdown Lint

Ordered list item prefix [Expected: 1; Actual: 2; Style: 1/1/1]
- Ensure that only high-severity and critical vulnerabilities break the build.
### AWS CodePipeline 🚀