Skip to content

Commit 4c4ffe4

Browse files
authored
Update continuous_integration.md (#130)
1 parent 2bf2c1d commit 4c4ffe4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/standards/continuous_integration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This automated build can check several things, including:
1212

1313
## Branch protection
1414

15-
`Main` branches must be protected with [branch protection rules](https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/managing-protected-branches/about-protected-branches) to ensure that all changes are reviewed and pass required checks before being merged.
15+
`main` branches must be protected with [branch protection rules](https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/managing-protected-branches/about-protected-branches) to ensure that all changes are reviewed and pass required checks before being merged.
1616

1717
## GitHub Actions
1818

@@ -43,7 +43,7 @@ Not:
4343
uses: aquasecurity/trivy-action@v0.35.0
4444
```
4545
46-
Or:
46+
Nor:
4747
4848
```yaml
4949
uses: aquasecurity/trivy-action@main
@@ -83,7 +83,7 @@ This includes vulnerabilities in GitHub actions themselves.
8383
8484
> Note: there is a bug in the GitHub UI where the `ecosystem` tab incorrectly filters GitHub Actions as `ecosystem:"GitHub Actions"` instead of the correct `ecosystem:actions`.
8585

86-
Teams must not have any open security alerts in their repositories.
86+
Teams must resolve any open security alerts in their repositories.
8787

8888
### Maintainability and test coverage
8989

0 commit comments

Comments
 (0)