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

Change base Docker image to Alpine #178

Merged
merged 5 commits into from
Jul 20, 2024
Merged

Change base Docker image to Alpine #178

merged 5 commits into from
Jul 20, 2024

Conversation

stephengtuggy
Copy link
Owner

Pull Request

Thank you for contributing to job-history.

What does your Pull Request seek to accomplish?
Reduce OS-level vulnerabilities by changing the base Docker image to Alpine

Please list any related issues, using closing keywords if appropriate
N/A

Thanks again!

@stephengtuggy stephengtuggy added the dependencies Pull requests that update a dependency file label Jul 20, 2024
@stephengtuggy stephengtuggy self-assigned this Jul 20, 2024
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Scan Summary

Tool Critical High Medium Low Status
Secrets Audit 0 1 0 0
Python Security Analysis 0 0 15 2
Security Audit for Infrastructure 0 0 0 1
Shell Script Analysis 0 0 0 0
Python Source Analyzer 0 0 0 0

Recommendation

Please review the findings from Code scanning alerts before approving this pull request. You can also configure the build rules or add suppressions to customize this bot 👍

app/pg_dump.sh Dismissed Show dismissed Hide dismissed
@@ -1,13 +1,10 @@
FROM python:3.12.4-slim-bookworm
FROM python:3.12.4-alpine3.20

Check notice

Code scanning / Security Audit for Infrastructure

Ensure that a user for the container has been created. Note

Ensure that a user for the container has been created.
@stephengtuggy stephengtuggy merged commit a777358 into main Jul 20, 2024
8 checks passed
@stephengtuggy stephengtuggy deleted the alpine-base-img branch July 20, 2024 20:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file security findings
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant