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

Implement plugin manifest parsing #284

Closed
Tracked by #259
patrickjcasey opened this issue Aug 16, 2024 · 1 comment
Closed
Tracked by #259

Implement plugin manifest parsing #284

patrickjcasey opened this issue Aug 16, 2024 · 1 comment

Comments

@patrickjcasey
Copy link
Contributor

patrickjcasey commented Aug 16, 2024

Implement parsing logic found in https://github.com/mitre/hipcheck/blob/main/site/content/rfds/0004-plugin-api.md for plugin manifest.

Example:

publisher "mitre"
name "affiliation"
version "0.1.0"
license "Apache-2.0"
entrypoint {
  on arch="aarch64-apple-darwin" "./hc-mitre-affiliation"
  on arch="x86_64-apple-darwin" "./hc-mitre-affiliation"
  on arch="x86_64-unknown-linux-gnu" "./hc-mitre-affiliation"
  on arch="x86_64-pc-windows-msvc" "./hc-mitre-affiliation"
}

dependencies {
  plugin "mitre/git" version="0.1.0" manifest="https://github.com/mitre/hipcheck/blob/main/plugin/dist/mitre-git.kdl"
}
@patrickjcasey
Copy link
Contributor Author

closed by #293

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Archived in project
Development

No branches or pull requests

1 participant