invisirisk/InvisiRisk PSE Security Proxy

Sets up PSE Security Proxy for secure package downloads

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
api_urlInvisiRisk API URLnohttps://app.invisirisk.com
app_tokenAuthentication token for the InvisiRisk API. If omitted, the action signs in securely with GitHub.no
github_tokenGitHub token used to resolve the current numeric workflow ID. Auto-populated; OIDC mode requires actions: read permission.no${{ github.token }}
debugEnable debug mode for verbose loggingnofalse
modeThe operation mode: "native" (default) downloads and runs the PSE binary directly, "sidecar" pulls and runs the PSE proxy as a Docker container.nonative
pse_image_tagSidecar mode only: tag for the fixed invisirisk/pse-proxy image. Defaults to latest.nolatest
collect_dependenciesSet to true to collect dependency graphs during cleanup, false to skip. Default is true if not specified.no""
collect_job_statusSet to true to collect GitHub Actions workflow status during cleanup, false to skip. Default is true if not specified.notrue
workdirWorking directory to use as the project path for dependency graph collection. Defaults to the current directory (pwd) if not specified.no""
send_job_status[DEPRECATED] GitHub Actions workflow status collection is now handled internally by the action and this input does nothing. Will be removed in a future release.nofalse
cleanup[DEPRECATED] Cleanup is now handled internally by the action and this input does nothing. Will be removed in a future release.nofalse

no outputs