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

fix(dagster): Update dagster (patch) #180

Merged
merged 1 commit into from
Aug 17, 2023

fix(dagster): Update dagster

1e6c1bf
Select commit
Loading
Failed to load commit list.
Merged

fix(dagster): Update dagster (patch) #180

fix(dagster): Update dagster
1e6c1bf
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / Trivy failed Aug 17, 2023 in 6s

2 configurations not found

Warning: Code scanning may not have found all the alerts introduced by this pull request, because 2 configurations present on refs/heads/main were not found:

Actions workflow (release.yaml)

  • ❓  .github/workflows/release.yaml:build
  • ❓  .github/workflows/release.yaml:trivy-scan

New alerts in code changed by this pull request

Security Alerts:

  • 1 high
  • 1 low

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 1 in dagster/Dockerfile

See this annotation in the file changed.

Code scanning / Trivy

Image user should not be 'root' High

Artifact: dagster/Dockerfile
Type: dockerfile
Vulnerability DS002
Severity: HIGH
Message: Specify at least 1 USER command in Dockerfile with non-root user as argument
Link: DS002

Check notice on line 1 in dagster/Dockerfile

See this annotation in the file changed.

Code scanning / Trivy

No HEALTHCHECK defined Low

Artifact: dagster/Dockerfile
Type: dockerfile
Vulnerability DS026
Severity: LOW
Message: Add HEALTHCHECK instruction in your Dockerfile
Link: DS026