Skip to content

Commit

Permalink
Remove outdated comments; #136
Browse files Browse the repository at this point in the history
  • Loading branch information
robertauer committed Dec 10, 2024
1 parent 69b9209 commit cd604e8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/com/cloudogu/ces/cesbuildlib/Trivy.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ class Trivy implements Serializable {
* Notes:
* - Use a .trivyignore file for allowed CVEs
* - This function will generate a JSON formatted report file which can be converted to other formats via saveFormattedTrivyReport()
* - Evaluate via exit codes: 0 = no vulnerability; 1 = vulnerabilities found; other = function call failed
*
* @param imageName The name of the image to be scanned; may include a version tag
* @param severityLevel The vulnerability level to scan. Can be a member of TrivySeverityLevel or a custom String (e.g. 'CRITICAL,LOW')
Expand Down Expand Up @@ -74,7 +73,6 @@ class Trivy implements Serializable {
* Notes:
* - Use a .trivyignore file for allowed CVEs
* - This function will generate a JSON formatted report file which can be converted to other formats via saveFormattedTrivyReport()
* - Evaluate via exit codes: 0 = no vulnerability; 1 = vulnerabilities found; other = function call failed
*
* @param doguDir The directory the dogu code (dogu.json) is located
* @param severityLevel The vulnerability level to scan. Can be a member of TrivySeverityLevel or a custom String (e.g. 'CRITICAL,LOW')
Expand Down

0 comments on commit cd604e8

Please sign in to comment.