Skip to main content Link Menu Expand (external link) Document Search Copy Copied

GitHub Actions Allowed

Ensures GitHub Actions are only used if allowed and approved

github_actions_allowed:
  behavior: review
  config:
    comment: true

Configuration

Setting Description Type Default
comment If set to true, SourceShield will comment on the PR with a message summarizing the GitHub Actions workflow changes boolean true

Description

The use of GitHub Actions can expand the attack surface of your supply chain and their configuration should be carefully reviewed. This check, if enabled, monitors for the addition of files to the repository that indicate the addition or modification of GitHub Actions.

References