Skip to content

Security: Gforce-Innovation-Kft/shared-github-actions

Security

SECURITY.md

Security Policy

Supported Versions

Only the latest major release tag (currently v1) receives security fixes. Callers pinned to @main or old tags should move to the newest v1.x.y.

Reporting a Vulnerability

Please do not open a public issue for security problems.

You should receive a response within 7 days. Please include a description of the issue, steps to reproduce, and the affected action/workflow.

Hardening Notes for Callers

  • Pin these actions/workflows to a release tag (@v1) or commit SHA — never a mutable branch.
  • Grant callers only the permissions documented per action in the README (permissions: blocks are least-privilege).
  • Secrets consumed via get-aws-secret / sf-jwt-login come from AWS Secrets Manager over OIDC; no long-lived credentials or PATs are used, and key files are removed in if: always() cleanup steps.

There aren't any published security advisories