-
Notifications
You must be signed in to change notification settings - Fork 565
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
web: separate build and deploy, incorporate landing page #2264
web: separate build and deploy, incorporate landing page #2264
Conversation
push: | ||
branches: [ master ] | ||
branches: [ master, "wb/webui-actions-1" ] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is the branch on my fork that i develop patches. since its not found under mandiant/capa, can we keep this around?
[submodule "rules"] | ||
path = rules | ||
url = ../capa-rules.git | ||
url = ../../mandiant/capa-rules.git | ||
[submodule "tests/data"] | ||
path = tests/data | ||
url = ../capa-testfiles.git | ||
url = ../../mandiant/capa-testfiles.git |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sorry, unrelated change:
when a user forks capa, git looks for the submodules to be found under the users account, rather than at github.com/mandiant/capa-testfiles (for example). this change makes git look to mandiant/capa-testfiles (for example) by default.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, this confused some time ago
Update CI to separate the building and deployment jobs, which will enable other sub-pages to be hosted on GitHub pages. Demonstrate this by adding a trivial "hello world" page that gets shown at https://mandiant.github.io/capa.
Move the capa explorer web interface to https://mandiant.github.io/capa/explorer
Example: https://williballenthin.github.io/capa/
Checklist