Skip to content

v1.2.0: Enterprise CI/CD & Authentication

Choose a tag to compare

@github-actions github-actions released this 29 Jul 07:27

Added

  • Authentication Injection: The smile test command now supports passing custom HTTP headers via the -H, --header flag, allowing the Breaching Detector to run against protected APIs that require Bearer tokens or API keys.
  • GitHub Actions Native Annotations: smile now automatically detects when it is running inside GitHub Actions CI/CD. It emits native ::error:: workflow commands, enabling GitHub to automatically attach linting and testing failures as inline comments directly on your Pull Request diffs.
  • Documentation: Explicitly documented the complete list of available rules for configuration inside config.smile.json.

📦 Installation

npm install -g @mrjacket/smile

View Full CHANGELOG