A release job in a GitHub Actions workflow may require contents: write permission to push a release commit. Scorecard currently allows contents: write permission for "packaging" workflows, which allows pypa/gh-action-pypi-publish only for Python. In other words, Scorecard does not recognize other release Actions, such as relekang/python-semantic-release. This limitation results in false positives.
What is the best way to resolve this issue in the current version of Scorecard?
Ideally users should be able to add such GitHub Actions to an allow list in the configuration file.