Currently the GitHub OSPO GitHub Actions only allow authentication via a personal access token (PAT). Many enterprise customers require GitHub App authentication for their organizations. This is to ensure authentication is not related to a single user.
We should extend each GitHub Action to allow for this.
Currently the GitHub OSPO GitHub Actions only allow authentication via a personal access token (PAT). Many enterprise customers require GitHub App authentication for their organizations. This is to ensure authentication is not related to a single user.
We should extend each GitHub Action to allow for this.
This introduces 3 new environment variables:
See documentation for more details.
Repos (PRs):