-
Notifications
You must be signed in to change notification settings - Fork 12
feat: aligners & variant callers #282
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
base: main
Are you sure you want to change the base?
Conversation
|
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
| @@ -0,0 +1,5 @@ | |||
| FROM eclipse-temurin:8 | |||
Check failure
Code scanning / Snyk Container
Medium severity - Directory Traversal vulnerability in pam High
| @@ -0,0 +1,5 @@ | |||
| FROM eclipse-temurin:8 | |||
Check failure
Code scanning / Snyk Container
Low severity - Allocation of Resources Without Limits or Throttling vulnerability in glibc High
| @@ -0,0 +1,5 @@ | |||
| FROM eclipse-temurin:8 | |||
Check warning
Code scanning / Snyk Container
Medium severity - Open Redirect vulnerability in wget Medium
| @@ -0,0 +1,5 @@ | |||
| FROM eclipse-temurin:8 | |||
Check warning
Code scanning / Snyk Container
Medium severity - Directory Traversal vulnerability in tar Warning
| @@ -0,0 +1,5 @@ | |||
| FROM eclipse-temurin:8 | |||
Check warning
Code scanning / Snyk Container
Medium severity - Out-of-bounds Read vulnerability in libpng1.6 Warning
| @@ -0,0 +1,5 @@ | |||
| FROM eclipse-temurin:8 | |||
Check notice
Code scanning / Snyk Container
Low severity - CVE-2025-0167 vulnerability in curl Note
| @@ -0,0 +1,5 @@ | |||
| FROM eclipse-temurin:8 | |||
Check notice
Code scanning / Snyk Container
Low severity - CVE-2024-41996 vulnerability in openssl Note
| @@ -0,0 +1,5 @@ | |||
| FROM eclipse-temurin:8 | |||
Check notice
Code scanning / Snyk Container
Low severity - CVE-2025-10148 vulnerability in curl Note
| @@ -0,0 +1,5 @@ | |||
| FROM eclipse-temurin:8 | |||
Check notice
Code scanning / Snyk Container
Low severity - CVE-2024-56433 vulnerability in shadow Note
| @@ -0,0 +1,5 @@ | |||
| FROM eclipse-temurin:8 | |||
Check notice
Code scanning / Snyk Container
Low severity - CVE-2025-9086 vulnerability in curl Note
Adds new WDL task implementations:
Before submitting this PR, please make sure:
scripts/ordocker/directories, please ensure any image versions have been incremented accordingly!