You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://microbadger.com/images/aquasec/trivy"Get your own version badge on microbadger.com")
A Simple and Comprehensive Vulnerability Scanner for Containers and other Artifacts, Suitable for CI.
12
12
@@ -126,7 +126,7 @@ See [here](#continuous-integration-ci) for details.
126
126
- local filesystem
127
127
- remote git repository
128
128
129
-
Please see [LICENSE](https://github.com/aquasecurity/trivy/blob/master/LICENSE) for Trivy licensing information. Note that Trivy uses vulnerability information from a variety of sources, some of which are licensed for non-commercial use only.
129
+
Please see [LICENSE](https://github.com/aquasecurity/trivy/blob/main/LICENSE) for Trivy licensing information. Note that Trivy uses vulnerability information from a variety of sources, some of which are licensed for non-commercial use only.
130
130
131
131
# Installation
132
132
@@ -209,7 +209,7 @@ Or through your configuration on NixOS or with home-manager as usual
209
209
This script downloads Trivy binary based on your OS and architecture.
210
210
211
211
```
212
-
$ curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/master/contrib/install.sh | sh -s -- -b /usr/local/bin
212
+
$ curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sh -s -- -b /usr/local/bin
213
213
```
214
214
215
215
## Binary
@@ -333,7 +333,7 @@ Scan your container from inside the container.
0 commit comments