Add initial support for release gem #278
Trunk Check
Checked 14 modified files
✖ 1 new security issue
✖ 3 new lint issues
Details
To reproduce and test locally, run:
trunk check
For help resolving these issues, see our docs on running on PRs or debugging Trunk Check
Annotations
Check notice on line 12 in context-ruby/Gemfile
github-actions / Trunk Check
rubocop(Bundler/OrderedGems)
[new] Gems should be sorted in an alphabetical order within their section of the Gemfile. Gem `rb_sys` should appear before `test-unit`.
Check failure on line 1 in .github/workflows/release_ruby_gem.yml
github-actions / Trunk Check
checkov(CKV2_GHA_1)
[new] Ensure top-level permissions are not set to write-all
Check failure on line 5 in .github/workflows/release_ruby_gem.yml
github-actions / Trunk Check
yamllint(empty-values)
[new] empty value in block mapping
Check failure on line 35 in .github/workflows/release_ruby_gem.yml
github-actions / Trunk Check
actionlint(action)
[new] the runner of "actions/checkout@v2" action is too old to run on GitHub Actions. update the action's version to fix this issue