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

[Snyk] Security upgrade python from 3.10.7-alpine to 3.13.0a1-alpine #4

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

fix: dbt/Dockerfile to reduce vulnerabilities

a4ff852
Select commit
Loading
Failed to load commit list.
Open

[Snyk] Security upgrade python from 3.10.7-alpine to 3.13.0a1-alpine #4

fix: dbt/Dockerfile to reduce vulnerabilities
a4ff852
Select commit
Loading
Failed to load commit list.
DryRunSecurity / Sensitive Files Analyzer succeeded Sep 6, 2024 in 1s

DryRun Security

Details

Sensitive Files Analyzer Findings: 1 detected

⚠️ Potential Sensitive File dbt/Dockerfile (click for details)
Type Potential Sensitive File
Description Dockerfile changes can introduce security issues such as insecure base images, insecure file permissions, untrusted packages, etc.
Filename dbt/Dockerfile
CodeLink
# Top level build args
ARG build_for=linux/amd64
FROM --platform=$build_for python:3.13.0a1-alpine as base
ENV PYTHONFAULTHANDLER=1 \
PYTHONHASHSEED=random \