Skip to content

Commit

Permalink
Merge pull request #1 from hydai/hydai/fix_typo
Browse files Browse the repository at this point in the history
add missing \ in the command
  • Loading branch information
AkihiroSuda authored Jul 18, 2024
2 parents c20ab47 + dc3ff28 commit eb2236a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export OPENAI_API_KEY=...
trivy image python:3.12.4 --format=json --severity HIGH,CRITICAL >python.json

# Generate .trivyignore using VexLLM
vexllm generate python.json .trivyignore
vexllm generate python.json .trivyignore \
--hint-not-server \
--hint-compromise-on-availability \
--hint-used-commands=python3 \
Expand Down

0 comments on commit eb2236a

Please sign in to comment.