Owen Rumney
32f3df11a2
chore: update the install script ( #9874 )
...
Co-authored-by: Teppei Fukuda <knqyf263@gmail.com >
2025-12-03 17:12:33 +00:00
Nikita Pivkin
a516775da6
feat(misconf): add misconfiguration location to junit template ( #8793 )
...
Signed-off-by: nikpivkin <nikita.pivkin@smartforce.io >
2025-05-07 23:52:32 +00:00
fabio
ca41a28641
chore(secret): add reported issues related to secrets in junit template ( #8193 )
2025-01-13 06:13:58 +00:00
Nikita Pivkin
7654b2e27e
docs: add example of creating whitelist of checks ( #7821 )
...
Signed-off-by: nikpivkin <nikita.pivkin@smartforce.io >
2024-10-31 09:04:52 +00:00
simar7
c70b6fa166
refactor(misconf): Deprecate EXCEPTIONS for misconfiguration scanning ( #7776 )
...
Signed-off-by: Simar <simar@linux.com >
2024-10-29 22:29:42 +00:00
Aaron Goldenthal
c0d79fa09e
feat(report): update gitlab template to populate operating_system value ( #7735 )
2024-10-24 07:24:02 +00:00
Teppei Fukuda
633a7abeea
feat(cli): rename trivy auth to trivy registry ( #7727 )
...
Signed-off-by: knqyf263 <knqyf263@gmail.com >
2024-10-15 11:24:10 +00:00
Teppei Fukuda
27117f81d5
feat(cli): add trivy auth ( #7664 )
...
Signed-off-by: knqyf263 <knqyf263@gmail.com >
Co-authored-by: DmitriyLewen <91113035+DmitriyLewen@users.noreply.github.com >
2024-10-09 10:31:15 +00:00
psibre
f80183c113
fix(license): add license handling to JUnit template ( #7409 )
2024-09-03 08:31:55 +00:00
DmitriyLewen
dd9733e950
fix(report): escape Message field in asff.tpl template ( #7401 )
2024-08-27 02:56:53 +00:00
DmitriyLewen
1870f28461
fix(report): don't include empty strings in .vulnerabilities[].identifiers[].url when gitlab.tpl is used ( #6348 )
2024-03-24 09:44:40 +00:00
Kristina Trotsko
c6844a73f1
feat(report): support for filtering licenses and secrets via rego policy files ( #6004 )
2024-02-16 08:39:03 +00:00
DmitriyLewen
70dd572ef7
fix(report): use AWS_REGION env for secrets in asff template ( #6011 )
2024-01-26 08:19:27 +00:00
DmitriyLewen
c317fe828d
fix(report): fix error if miconfigs are empty ( #5782 )
2023-12-13 09:34:37 +00:00
DmitriyLewen
be5a550491
fix(report): don't mark misconfig passed tests as failed in junit.tpl ( #5767 )
2023-12-12 12:30:26 +00:00
Dirk Klimpel
eb9741954c
fix(report): update Gitlab template ( #5721 )
2023-12-07 11:13:43 +00:00
DmitriyLewen
20ab7033b8
fix(report): add escaping quotes in misconfig Title for asff template ( #5351 )
2023-10-11 07:38:07 +00:00
Teppei Fukuda
44656f2853
refactor: use defined types ( #5225 )
...
* refactor: replace string with defined types
Signed-off-by: knqyf263 <knqyf263@gmail.com >
* chore: add gci
Signed-off-by: knqyf263 <knqyf263@gmail.com >
* fix(purl): not confuse trivy type with purl type
Signed-off-by: knqyf263 <knqyf263@gmail.com >
* test: fix cyclonedx fixture
Signed-off-by: knqyf263 <knqyf263@gmail.com >
* fix(template): cast TargetType to string
Signed-off-by: knqyf263 <knqyf263@gmail.com >
* chore: bump TinyGo to v0.29.0
Signed-off-by: knqyf263 <knqyf263@gmail.com >
* test: change license to licence
Signed-off-by: knqyf263 <knqyf263@gmail.com >
* use `analyzer.TypeGoMod` for gomod analyzer
* ignore `licence` for misspell linter
---------
Signed-off-by: knqyf263 <knqyf263@gmail.com >
Co-authored-by: DmitriyLewen <dmitriy.lewen@smartforce.io >
2023-09-22 10:44:39 +00:00
Jan Mosig
8e933860a3
fix : #5033 Superfluous double quote in html.tpl ( #5036 )
2023-08-28 12:20:02 +00:00
Bill Wang
4b9f310b9c
feat: add support of linux/ppc64le and linux/s390x architectures for Install.sh script ( #4770 )
...
* feat: add support of linux/ppc64le and linux/s390x architectures for Install.sh script #4747
* feat: add support of linux/ppc64le and linux/s390x architectures for Install.sh script #4747
2023-07-06 09:05:37 +00:00
second-frank
25d0255dc3
chore: install.sh support for windows ( #4155 )
2023-05-04 13:48:58 +03:00
Yousaf Nabi
693d20516b
chore: install.sh support for armv7 ( #3985 )
2023-04-09 22:18:13 +03:00
AndrewCharlesHay
861bc03e2d
fix(vuln): add package name to title ( #3183 )
2022-11-20 14:00:18 +02:00
AndrewCharlesHay
5b975de234
feat(report): add secret scanning to ASFF template ( #2860 )
...
Co-authored-by: AMF <work@afdesk.com >
2022-10-28 08:27:10 +03:00
AndrewCharlesHay
bb3220c3de
fix: revert asff arn and add documentation ( #2852 )
2022-09-14 17:27:46 +03:00
AndrewCharlesHay
6717665ab0
fix: update ProductArn with account id ( #2782 )
2022-09-08 09:21:05 +03:00
Alex Samorukov
2580ea1583
Fix url validaton failures ( #2783 )
...
While analyzing failure of the report schema validation i found URL looks like that: `https://ubuntu.com/security/notices/USN-5051-4 (regression only in trusty/esm)`. This causing gitlab to mark report as invalid. Patch provided just using first word of the url word.
2022-08-30 15:57:40 +03:00
Matteo Vitali
63c33bfa43
fix(report): Update junit.tpl ( #2677 )
...
Add explicit name="trivy" in the testsuite element
2022-08-08 15:47:18 +03:00
Nate
946ce1672d
feat(report): add secrets template for codequality report ( #2461 )
2022-07-27 10:55:32 +03:00
thiago-gitlab
5a65548662
fix(vuln): GitLab report template ( #2578 )
...
* fix(vuln): GitLab report template
- Upgrade to schema 14.0.6 (https://gitlab.com/gitlab-org/security-products/security-report-schemas/-/blob/v14.0.6/dist/container-scanning-report-format.json ).
- Drop unsupported `confidence` property. Currently optional and will be removed by GitLab in schema 15-0-0.
* docs(vuln): remove note about broken GitLab integration
2022-07-26 15:51:20 +03:00
Ben Harvey
6f1035269d
Omit Remediation if PrimaryURL is empty ( #2006 )
2022-06-19 15:16:08 +03:00
Liam Galvin
4d382a0302
feat(report): Add misconfiguration support to ASFF report template ( #2285 )
2022-06-08 14:28:18 +03:00
Nate
089d34e866
fix misconfig start line for code quality tpl ( #2181 )
...
Co-authored-by: Nate Fear <natefear@users.noreply.github.com >
2022-05-26 09:41:29 +03:00
afdesk
9898ac9251
fix(report): truncate a description before escaping in ASFF template ( #2004 )
2022-04-18 18:10:47 +03:00
Ben Harvey
d786655a18
Update ASFF template ( #1914 )
2022-04-15 14:04:07 +03:00
Nate Fear
cb171ead72
feat(template) Add misconfigurations to gitlab codequality report ( #1756 )
2022-03-30 17:55:14 +03:00
Amndeep Singh Mann
f6c986b6c0
fix: ASFF template to match ASFF schema ( #1685 )
...
Signed-off-by: Amndeep Singh Mann <amann@mitre.org >
2022-03-03 15:28:20 +02:00
Oran Moshai
89b8d7ff30
feat(template) Add misconfigurations to junit report ( #1724 )
...
Co-authored-by: oranmoshai <oran.moshai@aquasec.com >
2022-02-20 11:54:24 +02:00
Konstantinos Koukopoulos
e618d83dae
fix(gitlab tpl): escape double quote ( #1635 )
2022-02-10 17:29:10 +02:00
John A Stevenson
cb9afc8441
fix: update example Rego files and docs ( #1628 )
2022-01-31 16:18:24 +02:00
Teppei Fukuda
8d5882be03
refactor: migrate to prefixed buckets ( #1644 )
2022-01-31 10:05:38 +02:00
afdesk
8da20c8c92
BREAKING: migrate the sarif template to Go code ( #1437 )
...
Co-authored-by: knqyf263 <knqyf263@gmail.com >
2022-01-12 08:49:47 +02:00
Maria Kotlyarevskaya
24254d19f6
fix: add fingerprint field to codequality template ( #1541 )
...
Signed-off-by: Jasstkn <mariia.kotliarevskaia@gmail.com >
2022-01-06 15:12:24 +02:00
DmitriyLewen
d5269da5ee
feat: added misconfiguration field for html.tpl ( #1444 )
...
* feat: added misconfiguration field for html.tpl
* feat: added message field for html.tpl
* fix: fixed integration test error
2021-12-20 17:14:00 +02:00
afdesk
582e7fd1ba
fix(sarif): change help field in the sarif template. ( #1423 )
2021-12-02 14:23:26 +09:00
AndreyLevchenko
efdb29d0d4
fix(sarif): fix validation errors ( #1376 )
2021-11-15 16:36:51 +02:00
Simon Engledew
33f74b3acb
Use a stable SARIF identifier ( #1230 )
2021-11-11 20:02:40 +02:00
Jamie
da45061f4d
chore: send debug and info logs to stdout in install.sh, not stderr. ( #1264 )
...
The current install.sh script logs all messages to stderr via ```echoerr()``` function. Since godownloader is no longer maintained, it seems reasonable to update install.sh here.
2021-11-09 16:54:42 +02:00
fnishe
5750cc2e1a
chore: update trivy version ( #1252 )
2021-09-29 10:56:44 +03:00
Teppei Fukuda
2a08969ddc
fix(asff): replace slice with substr ( #1058 )
2021-06-10 16:19:28 +03:00