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

Bump version for docker image #319

Merged
merged 4 commits into from
Feb 21, 2023
Merged

Bump version for docker image #319

merged 4 commits into from
Feb 21, 2023

Conversation

waybackarchiver
Copy link
Contributor

@waybackarchiver waybackarchiver commented Feb 21, 2023

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Checklist

  • I have followed the contributing guidelines of this project as mentioned in CONTRIBUTING.md
  • I have checked to ensure there aren't other open Pull Requests for the same update/change?
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes needed to the documentation

@waybackarchiver waybackarchiver added the github_actions Pull requests that update Github_actions code label Feb 21, 2023
@codecov
Copy link

codecov bot commented Feb 21, 2023

Codecov Report

Base: 45.48% // Head: 45.41% // Decreases project coverage by -0.08% ⚠️

Coverage data is based on head (fab188b) compared to base (7060849).
Patch has no changes to coverable lines.

❗ Current head fab188b differs from pull request most recent head 09363a1. Consider uploading reports for the commit 09363a1 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #319      +/-   ##
==========================================
- Coverage   45.48%   45.41%   -0.08%     
==========================================
  Files          43       43              
  Lines        5153     5153              
==========================================
- Hits         2344     2340       -4     
- Misses       2535     2538       +3     
- Partials      274      275       +1     
Impacted Files Coverage Δ
service/telegram/telegram.go 39.38% <0.00%> (-1.40%) ⬇️
service/twitter/twitter.go 34.48% <0.00%> (+0.68%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@@ -26,7 +26,7 @@
&& mv ./build/binary/wayback-* /wayback

# Application layer
FROM alpine:3.15
FROM alpine:3.17

Check warning

Code scanning / Scorecard

Pinned-Dependencies

score is 7: containerImage not pinned by hash Remediation tip: pin your Docker image by updating alpine to alpine@sha256:69665d02cb32192e52e07644d76bc6f25abeb5410edc1c7a81a10ba3f0efb90a Click Remediation section below for further remediation help
@@ -22,7 +22,7 @@
&& mv ./build/binary/wayback-* /wayback

# Application layer
FROM alpine:3.15
FROM alpine:3.17

Check warning

Code scanning / Scorecard

Pinned-Dependencies

score is 7: containerImage not pinned by hash Remediation tip: pin your Docker image by updating alpine to alpine@sha256:69665d02cb32192e52e07644d76bc6f25abeb5410edc1c7a81a10ba3f0efb90a Click Remediation section below for further remediation help
@@ -19,7 +19,7 @@
&& mv ./build/binary/wayback-* /wayback

# Application layer
FROM alpine:3.15
FROM alpine:3.17

Check warning

Code scanning / Scorecard

Pinned-Dependencies

score is 7: containerImage not pinned by hash Remediation tip: pin your Docker image by updating alpine to alpine@sha256:69665d02cb32192e52e07644d76bc6f25abeb5410edc1c7a81a10ba3f0efb90a Click Remediation section below for further remediation help
@@ -2,7 +2,7 @@
# Use of this source code is governed by the GNU GPL v3
# license that can be found in the LICENSE file.
#
FROM golang:1.19-alpine AS builder
FROM golang:1.20-alpine AS builder

Check warning

Code scanning / Scorecard

Pinned-Dependencies

score is 7: containerImage not pinned by hash Remediation tip: pin your Docker image by updating golang:1.20-alpine to golang:1.20-alpine@sha256:48f336ef8366b9d6246293e3047259d0f614ee167db1869bdbc343d6e09aed8a Click Remediation section below for further remediation help
@waybackarchiver waybackarchiver merged commit cf4f6b2 into main Feb 21, 2023
@waybackarchiver waybackarchiver deleted the bump-docker-image branch February 21, 2023 07:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
github_actions Pull requests that update Github_actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant