John
John
- Adds all the `alice.please.log.todos.todos:AlicePleaseLogTodosDataFlowRecommendedCommnuityStandardsGitHubIssues` operations into the mix of the `alice shouldi contribute` dataflow. Results in creation of issues in same breath as analysis. ```diff diff --git a/entities/alice/entry_points.txt b/entities/alice/entry_points.txt...
Related: #1264 - [logs_4808.zip](https://github.com/intel/dffml/files/10691100/logs_4808.zip) ``` 2023-02-08T06:37:23.3956144Z test_shell (MNIST.test_mnist.TestMNIST) ... Traceback (most recent call last): 2023-02-08T06:37:23.3965998Z File "/opt/hostedtoolcache/Python/3.7.15/x64/bin/dffml", line 8, in 2023-02-08T06:37:23.3969940Z sys.exit(CLI.main()) 2023-02-08T06:37:23.3970408Z File "/home/runner/work/dffml/dffml/dffml/util/cli/cmd.py", line 272, in main 2023-02-08T06:37:23.3970844Z...
- https://github.com/nvuillam/npm-groovy-lint/blob/master/.groovylintrc.json We should use `pathlib.Path` to look for an use the context local groovylintrc (from the repo being scanned, this is an example of our context awareness coming into...
- TODO - [ ] Modify CodeNarc exec to have add `-includes=\"{}/.{}/.groovy"` as argument following line 56 - https://codenarc.org/codenarc-command-line.html https://github.com/intel/dffml/blob/cad083aaf336bdc8f300446c86588c33c3adccf2/operations/innersource/dffml_operations_innersource/npm_groovy_lint.py#L44-L57
Update: We'll likely just make this into something that takes a config, there's not reason it has to take a list and not a config with a list in it....
For example, a `workflow_call` using a callers GitHub Personal Access Token should take it via `secrets` (rather than `inputs).
`-k` is the same as `--insecure`
- References - 2022-11-21 @pdxjohnny Engineering Logs: https://github.com/intel/dffml/discussions/1406?sort=new#discussioncomment-4196776 - https://github.com/intel/istio/issues/15 - https://github.com/pdxjohnny/istio/commit/ea844d2d8c1e31e720ecd575de1ed5a318597905 - https://github.com/intel/istio/pull/16 - Last Friday pushed alice: threats: vulns: serve: nvdstyle: Fix serving of v2 style CVEs -...
## Project Description A large part of DFFML is the concept of a DataFlow. Chance orchestrator context run so that it yields three objects, context, event type, results. Currently we...