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

Github committer reviewer evidence on buildinfo #46

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

lesnerd
Copy link
Contributor

@lesnerd lesnerd commented Feb 16, 2025

  • All tests passed. If this feature is not already covered by the tests, I added new tests.
  • All static analysis checks passed.
  • This pull request is on the dev branch.
  • I used gofmt for formatting the code before submitting the pull request.

@lesnerd lesnerd requested a review from oshratZairi February 16, 2025 10:13
go.mod Outdated
@@ -2,10 +2,13 @@ module github.com/jfrog/jfrog-cli-artifactory

go 1.23.4

toolchain go1.23.5
Copy link
Contributor

Choose a reason for hiding this comment

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

To my knowledge - why does it need to be added?


func getFlagType(typeFlag string) FlagType {
var flagType FlagType
if typeFlag == "gh-commiter" {
Copy link
Contributor

Choose a reason for hiding this comment

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

please consider adding const for this value

}

func (c *createGitHubEvidence) CommandName() string {
return "create-github-evidence"
Copy link
Contributor

Choose a reason for hiding this comment

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

please consider adding const for this value

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.

2 participants