Barun Acharya
Barun Acharya
Add Accuknox to the "eBPF Case Studies" page.
Ref https://www.tenable.com/audits/items/CIS_Fedora_19_Family_Linux_Server_L1_v1.0.0.audit:cb3137da1a61c8c0f01d86957ea67ada Please find relevant official source for this CIS rule. We can secure against this using the following KubeArmor rule. ``` process: matchDirectories: - dir: /tmp/ recursive: true action:...
Ref #1747 Make sure these boxes are checked before your pull request (PR) is ready to be reviewed and merged. Thanks! * [ ] tests pass -- look for a...
_Follow up meta issue for #1694 and #1718_ #### Aim of this suite Write tests for various components of the CLI aspect of Image Sequencer. #### Where to add the...
Currently sequencer only allows to load image from file or use the camera to capture on the top of the page for the base image. We should add an option...
Fixes #1505 Make sure these boxes are checked before your pull request (PR) is ready to be reviewed and merged. Thanks! * [ ] tests pass -- look for a...
For spreadsheet based layers and utility, we are dependent on APIv3 of Google. Which has now been deprecated as noted in https://cloud.google.com/blog/products/g-suite/migrate-your-apps-use-latest-sheets-api. It seems the deadline was August 2nd, and...
* migrate gsheet api to ~~v4~~ `public-google-sheets-parser` * ~~need of API_TOKEN * data reference not based of XML now direct json arrays~~ Fixes #553
## New Spreadsheet Layer Testing the workflow ## Layer Data ```json {"name":"testSpreadsheetLayer","url":"https://docs.google.com/spreadsheets/d/1J9rqD-JfbGt5AdBYIpkeBZxetURSnIjlajkEX-aYvSk/edit#gid=0"} ```
Initial Steps for #488 Aim of the script is to generate a new spreadsheet layer based on some configuration ( json for now ). Checklist the script should perform: -...