Skip to content

Commit

Permalink
Update README-dockerhub.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MorAlon1 authored Oct 17, 2023
1 parent 42a1fc3 commit fa3c647
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README-dockerhub.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ There are some env vars for overriding this data;
| CA-CRET | Use this environment variable to set path to CA certificate |
| XDG_DATA_HOME | use this environment variable to designate the base directory for storing user-specific data |
| XDG_CACHE_HOME | use this environment variable for setting the cache directory |
| ENABLE_TRIVY_STDOUT | use this environment variable with true value for full desplay of your scan results in your environment |
| SAST_LOGS | use this environment variable with true value for writing sast logs to file |
| SAST_LOGS_DIR | yse this environment variable to explicitly specify the location where the log file should be written |



## Command Line Arguments
Expand Down Expand Up @@ -124,6 +128,7 @@ jobs:
### Usage for running manually using docker command

```bash
EXPORT AQUA_KEY=${AQUA_KEY} AQUA_SECRET=${AQUA_SECRET}
docker run -it aquasec/aqua-scanner trivy fs --scanners config,vuln,secret .
```

Expand Down

0 comments on commit fa3c647

Please sign in to comment.