Šimon Lukašík

Results 17 comments of Šimon Lukašík

## Workaround ``` - uses: golangci/golangci-lint-action@v2 with: args: "--out-${NO_FUTURE}format colored-line-number" ``` ## Explainer I tried to override output format with ``` - uses: golangci/golangci-lint-action@v2 with: args: --out-format colored-line-number ``` Spplying...

In a first step, I would go for dropping privileges for CVE scan. Afterall it may execute content from the network.

On the other hand solving the (2) first, may put some light on (1). These are all hardish questions anyway. From user perspective, it would be great if the tool...

Quick and dirt plug: ``` # Workaround https://github.com/hashicorp/terraform-provider-google/issues/6782 sudo sysctl -w net.ipv6.conf.all.disable_ipv6=1 net.ipv6.conf.default.disable_ipv6=1 net.ipv6.conf.lo.disable_ipv6=1 > /dev/null export APIS="googleapis.com www.googleapis.com storage.googleapis.com iam.googleapis.com container.googleapis.com cloudresourcemanager.googleapis.com" for name in $APIS do ipv4=$(getent ahostsv4...

This issue can perhaps be closed. /cc @wing328

Your analysis of is correct. https://github.com/GoComply/metaschema/pull/10 indeed is the first roadblock. I created that PR to show what needs to be done. Feel free to takeover that PR and drive...

@ffalor. I agree. This would be super valuable to add.

👍 I can't remember why this is WIP. Probably it was never tested. Unless you are ready to test, I will get this bumped on my todo.

Would you mind squashing at the merge? ![scrot](https://github.com/sergey-chechaev/dates_from_string/assets/6666052/050a614e-d649-4277-a4c9-e8977c34e1f0)

This project already does the conversion from OSCAL to `.docx` and thus it has all the pieces in place to do the opposite direction as well.