Skip to content

Commit

Permalink
Merge pull request #2 from knqyf263/typo
Browse files Browse the repository at this point in the history
Typo fix
  • Loading branch information
AkihiroSuda authored Jul 20, 2024
2 parents eb2236a + f63073f commit 8bd198e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/generator/generator.go
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ You judge whether a vulnerability is likely negligble under the specified hints.
The input is similar to [Trivy](https://github.com/aquasecurity/trivy)'s JSON, but not exactly same.
### Output format
If you find neglible vulnerabilities, print a JSON map formatted and indented as follows:
If you find negligible vulnerabilities, print a JSON map formatted and indented as follows:
`
systemPrompt += "```json\n" + llmOutputExample + "\n```"
systemPrompt += "* `confidence` (0.0-1.0): higher value if you are confident with the answer.\n"
Expand Down

0 comments on commit 8bd198e

Please sign in to comment.