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

Conversation

gmarmstrong
Copy link
Contributor

@gmarmstrong gmarmstrong commented Apr 27, 2022

Branch names were backwards: uses: actions/checkout@master should be @main, whereas uses: tfsec/tfsec-sarif-action@main should be @master.

Note that the former, actions/checkout@master does exist, it's just no longer the active branch.

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.
@CLAassistant
Copy link

CLAassistant commented Apr 27, 2022

CLA assistant check
All committers have signed the CLA.

gmarmstrong added a commit to gmarmstrong/tfsec-sarif-action that referenced this pull request Apr 27, 2022
Their `master` branch has moved to `main`, but the example may as well point to `v3`

See also: aquasecurity/tfsec#1701
@owenrumney
Copy link
Contributor

good spot @gmarmstrong - thanks

@owenrumney owenrumney enabled auto-merge (squash) May 6, 2022 15:45
@owenrumney owenrumney merged commit 76ef458 into aquasecurity:master May 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants