thiago-gitlab
8db9b6a2a6
GitLab CI integration documentation ( #1168 )
...
Recommend the native GitLab integration.
2021-08-08 14:10:16 +03:00
Teppei Fukuda
3a920dc401
docs: add some external links ( #1147 )
2021-07-27 15:39:55 +03:00
AndreyLevchenko
6a8800286e
docs(troubleshooting) add urls which are required to download vuls db ( #1137 )
2021-07-21 11:07:57 +03:00
mustafa-rean
1101634f6a
docs: fixed typo ( #1124 )
2021-07-18 12:18:39 +03:00
Teppei Fukuda
dea3428804
docs(misconf): add comparison with Conftest and tfsec ( #1111 )
2021-07-12 13:43:39 +03:00
Teppei Fukuda
9e08bd44fb
docs: add misconfiguration ( #1101 )
...
Co-authored-by: Itay Shakury <itay@itaysk.com >
2021-07-12 03:14:17 +03:00
Teppei Fukuda
a0e5c3a2e2
feat: support config scanning ( #931 )
2021-07-09 08:18:53 +03:00
Teppei Fukuda
03a73667db
docs: improve data sources ( #1069 )
...
* docs: improve data sources
* docs: add os data sources
* refactor
2021-06-16 16:43:42 +03:00
David Wittman
097b8d4881
docs: Fix link to AWS Security Hub template ( #1046 )
2021-06-07 10:14:18 +03:00
tonaim
e4c32cdb77
Added support for list all packages flag in client ( #1032 )
...
* Added support for list all packages flag in client
This commit is to support --list-all_pkgs argument in client command
Example command: trivy -d client --list-all-pkgs --remote http://localhost:8080 ubuntu:18.04.
* Updated argument in client.md
* Fixed all format issues
2021-06-03 22:47:48 +03:00
bmagistro
d2afc206b2
feat: add gitlab codequality template ( #895 )
...
* Add gitlab codequality template
* add unit test for gitlab codequality template
* update line endings to msdos (\r\n) from unix
* update gitlab docs for codeclimate template
2021-05-31 11:20:59 +03:00
Teppei Fukuda
23b9533791
docs(ubuntu): fix supported versions ( #1028 )
2021-05-30 14:13:45 +03:00
Tomoya Amachi
e64617212e
fix typo on github-actions.md ( #1022 )
2021-05-27 09:10:46 +03:00
skovati
349371bbc9
docs: Add HIGH severity to Trivy command in GitLab CI example to match comment ( #1013 )
...
* Add HIGH severity to Trivy command in GitLab CI example to match comment
* Change comment to accurately reflect Trivy command that fails only on CRITICAL vulnerabilities
2021-05-23 04:55:46 +03:00
gboer
8fc6ea6489
Clarify that dev dependencies are excluded ( #986 )
...
Co-authored-by: knqyf263 <knqyf263@gmail.com >
2021-05-19 05:47:05 +03:00
rahul2393
083c157b05
chore(mkdocs): allow workflow_dispatch ( #989 )
...
* Updated docs for go libraries.
* Add option to manually trigger doc publish
2021-05-12 19:57:14 +03:00
Teppei Fukuda
3bb8852ef7
docs: mention upx binaries ( #974 )
2021-05-01 04:39:42 +03:00
Teppei Fukuda
b319579b78
docs: add golang support ( #962 )
2021-04-29 20:53:12 +03:00
Henry Jenkins
39ab6bd630
Update install docs to make commands consistent ( #933 )
...
* Update install docs to make commands consistent
Removed `$` prefixes from code blocks to make them constant across the page and make the commands copypasta-able.
* Revert change on docs which need manual changes
2021-04-12 10:04:59 +03:00
Teppei Fukuda
6d22387727
break(cli): use StringSliceFlag for skip-dirs/files ( #916 )
...
* fix(cli): use StringSliceFlag for skip-dirs/files
* test(scanner): rename
* test(integration): fix
2021-03-29 10:25:30 +03:00
Teppei Fukuda
7221579340
docs: add white logo ( #914 )
2021-03-24 13:04:17 +02:00
Carol Valencia
f961e9912e
feat: publish helm repository ( #888 )
...
* feat: publish helm repository
* chore: docs about helm installation
Co-authored-by: krol3 <krol3@users.noreply.github.com >
2021-03-19 11:00:51 +02:00
Stephan
0edf73bf3d
Fix Documentation Typo ( #901 )
2021-03-19 10:59:19 +02:00
Teppei Fukuda
f5b060a9f1
docs: migrate README to MkDocs ( #884 )
...
* docs: slim README
* docs: add images
* docs: update README
* docs: add futher reading
* docs: add docs for maintainers
* docs: fix links
* docs: add notes
* Update docs/further.md
Co-authored-by: Daniel Pacak <pacak.daniel@gmail.com >
* Update docs/further.md
Co-authored-by: Daniel Pacak <pacak.daniel@gmail.com >
* Update docs/further.md
Co-authored-by: Daniel Pacak <pacak.daniel@gmail.com >
* Update docs/index.md
Co-authored-by: Daniel Pacak <pacak.daniel@gmail.com >
* Update docs/index.md
Co-authored-by: Daniel Pacak <pacak.daniel@gmail.com >
* Update docs/index.md
Co-authored-by: Daniel Pacak <pacak.daniel@gmail.com >
* docs: update mkdocs.yml
* chore: add a mkdocs target to Makefile
* docs(installation): use git.tag
* chore(Makefile): fix the tag of the mkdocs image
Co-authored-by: Daniel Pacak <pacak.daniel@gmail.com >
2021-03-17 07:19:34 +02:00
Teppei Fukuda
8b3b5d0290
feat: support plugins ( #878 )
...
* fix(log): set the default logger
* feat: support plugins
* feat(plugin): add run command
* feat(plugin): add uninstall command
* test(plugin): add tests
* chore(ci): pin go version
* chore(ci): disable G204
* refactor: fix lint issues
* feat(plugin): skip downloading installed plugins
* feat: add TRIVY_RUN_AS_PLUGIN
* support Ubuntu 20.10 (#876 )
* docs(README): update ubuntu versions (#877 )
* add MkDocs implementation (#870 )
* mkdocs: add top level nav
* mkdocs: add installation nav
* mkdocs: add quick-start nav
* mkdocs: add examples nav
* mkdocs: add CI nav
* mkdocs: add vuln-detection nav
* mkdocs: add comparison nav
* mkdocs: add usage nav
* mkdocs: add migration nav
* mkdocs: add FAQ nav
* mkdocs: add mkdocs.yml
* mkdocs: add github workflow
* docs: update documents
* fix links
* chore(ci): use ORG_GITHUB_TOKEN
* chore(mkdocs): use mike
* chore(ci): support dev
* chore(ci): documentation test
Co-authored-by: knqyf263 <knqyf263@gmail.com >
* docs: add plugins
* chore: remove stale workflow
* refactor: fix lint issues
Co-authored-by: Huang Huang <mozillazg101@gmail.com >
Co-authored-by: aprp <doelaudi@gmail.com >
2021-03-10 21:44:08 +02:00
aprp
becd5088df
add MkDocs implementation ( #870 )
...
* mkdocs: add top level nav
* mkdocs: add installation nav
* mkdocs: add quick-start nav
* mkdocs: add examples nav
* mkdocs: add CI nav
* mkdocs: add vuln-detection nav
* mkdocs: add comparison nav
* mkdocs: add usage nav
* mkdocs: add migration nav
* mkdocs: add FAQ nav
* mkdocs: add mkdocs.yml
* mkdocs: add github workflow
* docs: update documents
* fix links
* chore(ci): use ORG_GITHUB_TOKEN
* chore(mkdocs): use mike
* chore(ci): support dev
* chore(ci): documentation test
Co-authored-by: knqyf263 <knqyf263@gmail.com >
2021-03-09 20:05:37 +02:00
Teppei Fukuda
9bc2b1949c
Update triage.md ( #701 )
2020-10-20 08:12:47 +03:00
Teppei Fukuda
80d5df0ceb
chore(docs): add AWS Security Hub ( #598 )
...
* chore(docs): add AWS Security Hub
* Update docs/integration/security-hub.md
Co-authored-by: Simarpreet Singh <simar@linux.com >
* Update README.md
Co-authored-by: Liz Rice <liz@lizrice.com >
Co-authored-by: Simarpreet Singh <simar@linux.com >
Co-authored-by: Liz Rice <liz@lizrice.com >
2020-08-19 13:19:24 +03:00
Teppei Fukuda
b7ec633fb2
chore(docs): mention air-gapped environment ( #544 )
...
* chore(docs): mention air-gapped environment
* Update docs/air-gap.md
Co-authored-by: Liz Rice <liz@lizrice.com >
2020-06-24 17:15:17 +03:00
Teppei Fukuda
b2821420fd
chore(docs): add triage.md ( #473 )
...
* chore(docs): add triage.md
* chore(labels): manage labels as code
* chore(triage): mention a milestone
* chore(triage): fix
Co-Authored-By: Liz Rice <liz@lizrice.com >
* chore(labels): remove rotten
* chore(labels): remove lifecycle/active
* chore(labels): sort priority labels
* chore(docs): add help-wanted.md
* chore(docs): move documents to contrib dir
Co-authored-by: Liz Rice <liz@lizrice.com >
2020-04-30 14:07:23 +03:00