Skip to content

Conversation

@dortam888
Copy link
Collaborator

@dortam888 dortam888 commented Aug 3, 2025

  • All tests passed. If this feature is not already covered by the tests, I added new tests.
  • All static analysis checks passed.
  • Appropriate label is added to auto generate release notes.
  • I used gofmt for formatting the code before submitting the pull request.
  • PR description is clear and concise, and it includes the proposed solution/fix.

Support --application and --application-version in jf evd create evidence to create evidence on apptrust application version

@dortam888 dortam888 added feature request New feature or request safe to test Approve running integration tests on a pull request labels Aug 3, 2025
@dortam888 dortam888 force-pushed the support_application_name_version_in_evidence_create branch from 320d945 to 6434d43 Compare August 3, 2025 17:33
@dortam888 dortam888 added new feature Automatically generated release notes and removed feature request New feature or request labels Aug 3, 2025
@dortam888 dortam888 force-pushed the support_application_name_version_in_evidence_create branch from 6434d43 to 6b4d443 Compare August 3, 2025 17:41
}

func buildManifestPathApplication(repoKey, name, version string) string {
return fmt.Sprintf("%s/%s/%s/release-bundle.json.evd", repoKey, name, version)

Choose a reason for hiding this comment

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

The manifest file has an .evd suffix?

Copy link

@avishayh avishayh Aug 4, 2025

Choose a reason for hiding this comment

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

does this knowledge ".evd" already exist in JFROG CLI ? is there an API of RBV2 that returns this info?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

new feature Automatically generated release notes safe to test Approve running integration tests on a pull request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants