Yogesh
Yogesh
[aquasecurity/trivy-action@master](https://github.com/aquasecurity/trivy-action) action works with [actions/cache@v3](https://github.com/actions/cache) I've create [trivy-cache-action](https://github.com/yogeshlonkar/trivy-cache-action) it uses GitHub's [`packages/container/{name}/version`](https://docs.github.com/en/rest/packages#get-all-package-versions-for-a-package-owned-by-an-organization) API to get latest DB SHA256 and use it for the cache key. This actions is equivalent to...
A workaround you could do is until there is a fix ```yaml ignoreSigRegexps: - '.*github.com/your-org/project/.*' ```
@kdaily tried it but doesn't change the behavior, command keeps running. Had to terminate after 30 minutes each time
There seems to be repetitive `EasyMotionPromptBegin` `EasyMotionPromptEnd` user events if motion requires more than 1 keypress to move cursor. Because of this autocmd doesn't work correctly with native nvim lsp....
Is there any chance this can be addressed? I would be happy to contribute to workflow file but seems releases are done manually. By the way it works even if...
In my case I wanted to show notifications that are dismissed after 2000ms, also I wanted to reuse same notification as I run this function multiple times. The workaround for...