mirror of
https://github.com/aquasecurity/trivy-action.git
synced 2026-05-14 03:02:40 +00:00
40c4ca9e74
* feat: bash unit test - adding repo * fix: clean dummy data Co-authored-by: carolina valencia <krol3@users.noreply.github.com>
9 lines
872 B
Plaintext
9 lines
872 B
Plaintext
+---------------------------+------------+-----------+----------+------------------------------------------+
|
|
| TYPE | MISCONF ID | CHECK | SEVERITY | MESSAGE |
|
|
+---------------------------+------------+-----------+----------+------------------------------------------+
|
|
| Dockerfile Security Check | DS002 | root user | HIGH | Specify at least 1 USER |
|
|
| | | | | command in Dockerfile with |
|
|
| | | | | non-root user as argument |
|
|
| | | | | -->avd.aquasec.com/appshield/ds002 |
|
|
+---------------------------+------------+-----------+----------+------------------------------------------+
|