![38% of CISOs Fear They’re Not Moving Fast Enough on AI](https://cdn.sanity.io/images/cgdhsj6q/production/faa0bc28df98f791e11263f8239b34207f84b86f-1024x1024.webp?w=400&fit=max&auto=format)
Security News
38% of CISOs Fear They’re Not Moving Fast Enough on AI
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
github.com/utilitywarehouse/finance-fulfilment-archive-api-cli
Command line utility that saves files through the fulfilment-archive-api service. It processes all the files in a folder recursively and does this in a parallel fashion, by using multiple workers.
To install, run go get, then follow build instructions from the new directory.
go get github.com/utilitywarehouse/finance-fulfilment-archive-api-cli
cd $GOPATH/src/github.com/utilitywarehouse/finance-fulfilment-archive-api-cli
Usage: finance-fulfilment-archive-api-cli [OPTIONS] BASEDIR
This application is used to upload items to finance-fulfilment-archive
Arguments:
BASEDIR The base directory where to upload all the files from (env $BASEDIR)
Options:
-a, --fulfilment-archive-api-address The address of fulfilment-archive-api gRPC service (env $FULFILMENT_ARCHIVE_API_ADDRESS) (default "finance-fulfilment-archive-api:8090")
-b, --fulfilment-archive-api-grpc-balancer GRPC load balancer name for fulfilment archive API. Options: pick_first,round_robin,xds,grpclb (env $FULFILMENT_ARCHIVE_API_GRPC_BALANCER) (default "round_robin")
-l, --log-level log level [debug|info|warn|error] (env $LOG_LEVEL) (default "info")
-f, --log-format Log format, if set to text will use text as logging format, otherwise will use json (env $LOG_FORMAT) (default "json")
-w, --workers The number of workers to use for uploading in parallel (env $WORKERS) (default 10)
-r, --recursive Upload recursively all the files in the specified folder (env $RECURSIVE) (default true)
-e, --file-extensions The list of file extensions to process (env $FILE_EXTENSIONS) (default "pdf,csv")
make all
make test
This project uses goreleaser for managing releases.
All you need to do is create a tag on the repo with the desired version in the format vx.y.z
.
The continuous integration pipeline will kick in and create the full Github release.
FAQs
Unknown package
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.
Security News
Company News
Socket is joining TC54 to help develop standards for software supply chain security, contributing to the evolution of SBOMs, CycloneDX, and Package URL specifications.