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

[DEVOPS-1750] Fix go release #646

Merged
merged 25 commits into from
Mar 11, 2024
Merged

Conversation

michalchecinski
Copy link
Contributor

Type of change

- [ ] Bug fix
- [ ] New feature development
- [ ] Tech debt (refactoring, code cleanup, dependency upgrades, etc)
- [x] Build/deploy pipeline (DevOps)
- [ ] Other

Objective

Code changes

  • .github/workflows/build-rust-cross-platform.yml: Add ARM64 linux build
  • .github/workflows/release-go.yml Download precompiled C artifacts and place them in the repo

Before you submit

  • Please add unit tests where it makes sense to do so

@michalchecinski michalchecinski requested a review from a team as a code owner March 1, 2024 18:18
@bitwarden-bot
Copy link

bitwarden-bot commented Mar 1, 2024

Logo
Checkmarx One – Scan Summary & Details312f63d1-e56e-4120-a20f-9494601c299d

New Issues

Severity Issue Source File / Package Checkmarx Insight
MEDIUM Unpinned Actions Full Length Commit SHA /release-go.yml: 62 Pinning an action to a full length commit SHA is currently the only way to use an action as an immutable release. Pinning to a particular SHA helps...

Fixed Issues

Severity Issue Source File / Package
MEDIUM Last User Is 'root' /Dockerfile: 19
LOW Healthcheck Instruction Missing /Dockerfile: 16

Copy link

codecov bot commented Mar 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 59.36%. Comparing base (621cb48) to head (997221b).
Report is 6 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #646      +/-   ##
==========================================
- Coverage   60.53%   59.36%   -1.18%     
==========================================
  Files         172      176       +4     
  Lines       10527    10735     +208     
==========================================
  Hits         6373     6373              
- Misses       4154     4362     +208     

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

.github/workflows/build-rust-cross-platform.yml Outdated Show resolved Hide resolved
.github/workflows/release-go.yml Outdated Show resolved Hide resolved
.github/workflows/release-go.yml Outdated Show resolved Hide resolved
.github/workflows/release-go.yml Outdated Show resolved Hide resolved
.github/workflows/release-go.yml Outdated Show resolved Hide resolved
.github/workflows/release-go.yml Outdated Show resolved Hide resolved
.github/workflows/release-go.yml Outdated Show resolved Hide resolved
@michalchecinski michalchecinski enabled auto-merge (squash) March 11, 2024 15:49
@michalchecinski michalchecinski merged commit a9c4bcb into main Mar 11, 2024
65 checks passed
@michalchecinski michalchecinski deleted the DEVOPS-1750-fix-go-release branch March 11, 2024 16:43
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.

3 participants