Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add GitHub Actions export only shell #910

Merged
merged 3 commits into from Apr 3, 2022

Commits on Apr 1, 2022

  1. Sort shells in DetectShell

    mmlb committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    12c7ef1 View commit details
    Browse the repository at this point in the history
  2. Add gha shell for GitHub Actions

    GHA has both simple and multi-line env var modes, I decided to always use the
    multiline mode for ease of implementation.
    mmlb committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    f5cfc1a View commit details
    Browse the repository at this point in the history
  3. Add test for export gha

    Only doing this in CI because it doesn't seem worth it to mock GHA to test
    this, especially conserding `act` already does a good job of mocking GHA.
    mmlb committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    364e07a View commit details
    Browse the repository at this point in the history