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

docs: fix branch names in sarif github action #1701

Merged
merged 2 commits into from
May 6, 2022

Commits on Apr 27, 2022

  1. docs: fix branch names in sarif github action

    Branch names were backwards: `uses: actions/checkout@main` should be `@master`, whereas `uses: tfsec/tfsec-sarif-action@master` should be `@main`.
    
    Note that the former, `actions/checkout@main` _does_ exist, it's just no longer the active branch.
    gmarmstrong committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    96b0de2 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2022

  1. Merge branch 'master' into patch-1

    Owen Rumney committed May 6, 2022
    Configuration menu
    Copy the full SHA
    8f44226 View commit details
    Browse the repository at this point in the history