Steve Taylor
Steve Taylor
Give the super-linter a try for rust to see if catches `let _ = ` etc. Also, super-linter to add to pre-commit.sh may be useful.
package.json for [ortelius/website](https://github.com/ortelius/website) and [ortelius/ortelius-docs](https://github.com/ortelius/ortelius-docs) need to be updated to use latest versions of the npm modules. "autoprefixer": "^10.4.2", "postcss-cli": "^9.1.0"
Need a python program to add and retrieve an NFT to the XRP Ledger. The NFT creation/retrieval is in issue #498.
1. Signup for a free account on ntf.storage 2. Create a nodejs or Python program to store and retrieve a json file from the nft.storage 3. View the file from...
[libyear](https://libyear.com) will show how far behind the component version is to the latest version. We can then use this to score the component version base on what the packages it...
We need to update the cloudbuild.yaml to run https://github.com/anchore/syft after the docker build has been completed. Syft should scan the docker image and produce a cyclone-dx json file. The cyclone-dx...
Python (python-pkg) =================== Total: 1 (CRITICAL: 1) +--------------+------------------+----------+-------------------+---------------+---------------------------------------+ | LIBRARY | VULNERABILITY ID | SEVERITY | INSTALLED VERSION | FIXED VERSION | TITLE | +--------------+------------------+----------+-------------------+---------------+---------------------------------------+ | cryptography | CVE-2020-36242 |...
Need to figure out where the CVEs are coming from and update either the docker files or the helm charts. Artifacthub may be pointing to old image versions. @karamjotsingh did...
https://github.com/ortelius/ortelius/blob/svc_cat/.github/workflows/helm-chart-releaser.yml is uploading too many charts. Either delete the ortelius-console chart from the svc_cat branch or exclude it in the helm-chart-releaser.yml
Use [ortelius/store-recommendationservice](https://github.com/ortelius/store-recommendationservice) as reference