diff --git a/README.org b/README.org index d145859..5552bfd 100644 --- a/README.org +++ b/README.org @@ -34,39 +34,6 @@ Following the [[https://codeql.github.com/docs/codeql-for-visual-studio-code/running-codeql-queries-at-scale-with-mrva/#controller-repository][instructions]] and running =./FlatBuffersFunc.ql=, the entry =google/flatbuffers= has one [[https://github.com/google/flatbuffers/blob/dbce69c63b0f3cee8f6d9521479fd3b087338314/src/binary_annotator.cpp#L25C21-L25C37][result]]. Others have none. -** Action logs on Controller Repository - The action logs are on the controller repository at - https://github.com/hohn/mirva-controller/actions. - - The =action>google flatbuffers= log references - : github/codeql-variant-analysis-action - #+BEGIN_SRC yaml - Run actions/checkout@v4 - with: - repository: github/codeql-variant-analysis-action - ref: main - token: *** - ssh-strict: true - persist-credentials: true - clean: true - sparse-checkout-cone-mode: true - fetch-depth: 1 - fetch-tags: false - show-progress: true - lfs: false - submodules: false - set-safe-directory: true - env: - CODEQL_ENABLE_EXPERIMENTAL_FEATURES_SWIFT: true - #+END_SRC - This is https://github.com/github/codeql-variant-analysis-action - - The workflow producing the logs: - https://github.com/github/codeql-variant-analysis-action/blob/main/variant-analysis-workflow.yml - - - - ** Use custom list with target repos in VS Code The json file is here: : /Users/hohn/Library/Application Support/Code/User/workspaceStorage/bced2e4aa1a5f78ca07cf9e09151b1af/GitHub.vscode-codeql/databases.json @@ -165,3 +132,36 @@ gh mrva download --session mirva-session-1 \ --output-dir mirva-session-1-sarif #+END_SRC + + +* Miscellaneous Notes +** Action logs on Controller Repository + The action logs are on the controller repository at + https://github.com/hohn/mirva-controller/actions. + + The =action>google flatbuffers= log references + : github/codeql-variant-analysis-action + #+BEGIN_SRC yaml + Run actions/checkout@v4 + with: + repository: github/codeql-variant-analysis-action + ref: main + token: *** + ssh-strict: true + persist-credentials: true + clean: true + sparse-checkout-cone-mode: true + fetch-depth: 1 + fetch-tags: false + show-progress: true + lfs: false + submodules: false + set-safe-directory: true + env: + CODEQL_ENABLE_EXPERIMENTAL_FEATURES_SWIFT: true + #+END_SRC + This is https://github.com/github/codeql-variant-analysis-action + + The workflow producing the logs: + https://github.com/github/codeql-variant-analysis-action/blob/main/variant-analysis-workflow.yml +