Skip to content

Commit

Permalink
chore(docs): add rules description (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
aslafy-z authored Oct 2, 2020
1 parent 2b295f5 commit 7d46836
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions auditors/image/image.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,11 @@ import (
const Name = "image"

const (
// ImageTagMissing occurs when the container image tag is missing
ImageTagMissing = "ImageTagMissing"
// ImageTagIncorrect occurs when the container image tag does not match the user-provided value
ImageTagIncorrect = "ImageTagIncorrect"
// ImageCorrect occurs when the container image tag is correct
ImageCorrect = "ImageCorrect"
)

Expand Down

0 comments on commit 7d46836

Please sign in to comment.