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

update GitHub workflows #95

Merged
merged 2 commits into from
Oct 18, 2023
Merged

Conversation

coreydaley
Copy link
Contributor

@coreydaley coreydaley commented Oct 18, 2023

What type of PR is this? (check all applicable)

  • Refactor
  • Feature
  • Bug Fix
  • Optimization
  • Documentation Update
  • Go Version Update
  • Dependency Update

Description

Related Tickets & Documents

  • Related Issue #
  • Closes #

Added/updated tests?

  • Yes
  • No, and this is why: please replace this line with details on why tests
    have not been included
  • I need help with writing tests

Run verifications and test

  • make verify is passing
  • make test is passing

@codecov
Copy link

codecov bot commented Oct 18, 2023

Codecov Report

Merging #95 (10b9c5f) into main (d3a1155) will not change coverage.
Report is 1 commits behind head on main.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #95   +/-   ##
=======================================
  Coverage   71.44%   71.44%           
=======================================
  Files          15       15           
  Lines         844      844           
=======================================
  Hits          603      603           
  Misses        181      181           
  Partials       60       60           

@coreydaley
Copy link
Contributor Author

Security scan failure is related to go standard library, fixed in go1.21.3 but not in a go1.20.x release yet.

Vulnerability #1: GO-2023-2102
    HTTP/2 rapid reset can cause excessive work in net/http
  More info: https://pkg.go.dev/vuln/GO-2023-2102
  Standard library
    Found in: net/http@go1.20.8
    Fixed in: net/http@go1.21.3

@coreydaley coreydaley merged commit 0279dcf into main Oct 18, 2023
14 of 16 checks passed
@coreydaley coreydaley deleted the 2023-10-17-update-github-workflows branch October 18, 2023 12:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

2 participants