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

[DO-1619] Snyk integration in Github workflows #608

Merged
merged 6 commits into from
Jul 11, 2023
Merged

Conversation

marek-karwacki-rdx
Copy link
Contributor

Description

Core Apps team Snyk integration

Added 3 Github jobs:

  • snyk_scan - Runs before build. Detects vulnerabilities in code/dependencies with high severity and licenses defined as high severity. No push to Snyk Dashboard - results visible only in Github workflow.

  • snyk_online_monitor - Runs after publish. Enables online monitoring of the dependencies used in the published build to check for vulnerabilities. Findings are visible in Snyk Dashboard

  • publish_sbom - Runs on published release. Generates sbom.json and adds it into current release.

@marek-karwacki-rdx marek-karwacki-rdx requested a review from a team July 11, 2023 07:29
@marek-karwacki-rdx marek-karwacki-rdx merged commit fadea07 into main Jul 11, 2023
3 checks passed
@marek-karwacki-rdx marek-karwacki-rdx deleted the DO-1619-snyk branch July 11, 2023 08:04
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants