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

Integration with Ghostarchive #497

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from
Draft

Integration with Ghostarchive #497

wants to merge 5 commits into from

Conversation

waybackarchiver
Copy link
Contributor

@waybackarchiver waybackarchiver commented Mar 1, 2024

Description

Closes #493

Checklist

  • I have followed the contributing guidelines
  • I have reviewed and understood the Code of Conduct
  • I have searched and make sure there's no duplicate PRs
  • I have updated the changelog in case of need

@waybackarchiver waybackarchiver changed the title Supporting wayback to Ghostarchive Integration with Ghostarchive Mar 1, 2024
Copy link

codecov bot commented Mar 1, 2024

Codecov Report

Attention: Patch coverage is 33.33333% with 6 lines in your changes are missing coverage. Please review.

Project coverage is 44.56%. Comparing base (30dc536) to head (9a592a2).
Report is 5 commits behind head on main.

❗ Current head 9a592a2 differs from pull request most recent head ddb242b. Consider uploading reports for the commit ddb242b to get more accurate results

Files Patch % Lines
cmd/wayback/main.go 0.00% 6 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #497      +/-   ##
==========================================
- Coverage   44.59%   44.56%   -0.04%     
==========================================
  Files          84       84              
  Lines        6779     6811      +32     
==========================================
+ Hits         3023     3035      +12     
- Misses       3464     3479      +15     
- Partials      292      297       +5     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@@ -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.20-alpine AS builder
FROM golang:1.22-alpine AS builder

Check warning

Code scanning / Scorecard

Pinned-Dependencies Medium

score is 6: containerImage not pinned by hash
Click Remediation section below to solve this issue
@@ -2,7 +2,7 @@
ARG PKG_VERSION="0.0.1"
ARG PKG_ARCH="amd64"

FROM ${IMAGE_ARCH}/golang:buster AS build
FROM ${IMAGE_ARCH}/golang:1.22-bookworm AS build

Check warning

Code scanning / Scorecard

Pinned-Dependencies Medium

score is 6: containerImage not pinned by hash
Click Remediation section below to solve this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Integration with ghostarchive
1 participant