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

refactor: remove parallel walk #5180

Merged
merged 30 commits into from
Apr 17, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
544953b
refactor: remove parallel walk
knqyf263 Sep 13, 2023
6fd56ee
fix(walk): call error callback on all errors
knqyf263 Oct 19, 2023
7441e19
Merge branch 'main' into unify_walk
knqyf263 Oct 19, 2023
362871a
feat: add delay per file
knqyf263 Nov 2, 2023
4972f06
feat: configure delay seconds
knqyf263 Nov 6, 2023
7fc49c2
feat: replace slow with parallel
knqyf263 Nov 7, 2023
c6e57d5
Merge branch 'main' into unify_walk
knqyf263 Nov 7, 2023
c778768
test: remove external
knqyf263 Nov 9, 2023
7cfb534
refactor: inject filesystem walker
knqyf263 Nov 9, 2023
c05898a
docs: auto generate
knqyf263 Nov 9, 2023
e1368a3
Merge branch 'main' into unify_walk
knqyf263 Nov 9, 2023
acf36ba
docs: remove plugin reference
knqyf263 Nov 10, 2023
031117f
chore(magefile): not load plugins for doc
knqyf263 Nov 10, 2023
87b903c
docs: update
knqyf263 Nov 10, 2023
3031612
fix: pass walker options
knqyf263 Nov 10, 2023
487e2ab
chore: show diff
knqyf263 Nov 10, 2023
42e2cb1
docs: sort aws services
knqyf263 Nov 10, 2023
1a85fa4
Merge branch 'main' into unify_walk
knqyf263 Nov 14, 2023
3d05ffc
Merge branch 'main' into unify_walk
knqyf263 Nov 16, 2023
1918ac9
fix: lint fixes
knqyf263 Nov 16, 2023
b7d9f64
test: fix mock signature
knqyf263 Nov 16, 2023
ae0399c
refactor: remove option.Init()
knqyf263 Nov 16, 2023
d92eceb
Merge branch 'main' into unify_walk
knqyf263 Feb 1, 2024
6d8783f
Merge branch 'main' into unify_walk
knqyf263 Apr 16, 2024
61eddab
chore: replace run.skip-* with issues.exclude-*
knqyf263 Apr 16, 2024
025e73f
fix: linter issues
knqyf263 Apr 16, 2024
264e77d
chore: bump golangci-lint
knqyf263 Apr 16, 2024
15cdb30
chore: remove a debug line
knqyf263 Apr 16, 2024
5717829
fix: use skip dirs from options
knqyf263 Apr 17, 2024
e819060
refactor: remove an import alias
knqyf263 Apr 17, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'main' into unify_walk
Signed-off-by: knqyf263 <knqyf263@gmail.com>
  • Loading branch information
knqyf263 committed Nov 9, 2023
commit e1368a3514ef371847b8b0c7dde12ffe5e0970b7
2 changes: 1 addition & 1 deletion docs/docs/references/configuration/cli/trivy_aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ The following services are supported:
- elb
- emr
- iam
- kinesis
- kms
- lambda
- mq
Expand All @@ -38,6 +37,7 @@ The following services are supported:
- sqs
- ssm
- workspaces
- kinesis
- s3


Expand Down
31 changes: 31 additions & 0 deletions docs/docs/references/configuration/cli/trivy_referrer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
## trivy referrer

Put referrers to OCI registry

```
trivy referrer [flags]
```

### Options

```
-h, --help help for referrer
```

### Options inherited from parent commands

```
--cache-dir string cache directory (default "/path/to/cache")
-c, --config string config path (default "trivy.yaml")
-d, --debug debug mode
--generate-default-config write the default config to trivy-default.yaml
--insecure allow insecure server connections
-q, --quiet suppress progress bar and log output
--timeout duration timeout (default 5m0s)
-v, --version show version
```

### SEE ALSO

* [trivy](trivy.md) - Unified security scanner

2 changes: 1 addition & 1 deletion docs/docs/references/configuration/cli/trivy_vm.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ trivy vm [flags] VM_IMAGE
--offline-scan do not issue API requests to identify dependencies
-o, --output string output file name
--parallel int number of goroutines enabled for parallel scanning (default 5)
--policy-bundle-repository string OCI registry URL to retrieve policy bundle from (default "ghcr.io/aquasecurity/defsec:0")
--policy-bundle-repository string OCI registry URL to retrieve policy bundle from (default "ghcr.io/aquasecurity/trivy-policies:0")
--redis-ca string redis ca file location, if using redis as cache backend
--redis-cert string redis certificate file location, if using redis as cache backend
--redis-key string redis key file location, if using redis as cache backend
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.