Skip to content

Commit

Permalink
Ignore Trivy Cache for checks
Browse files Browse the repository at this point in the history
  • Loading branch information
rvesse committed Sep 25, 2024
1 parent 2ba7c41 commit d14d21a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,6 @@ hs_err_*
*~
.#*
\#*

# Trivy Cache
.trivy/
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,8 @@
<exclude>**/*.md</exclude>
<exclude>**/*.jpeg</exclude>
<exclude>**/template</exclude>
<!-- Trivy Cache -->
<exclude>.trivy/**</exclude>
</excludes>
</licenseSet>
</licenseSets>
Expand Down

0 comments on commit d14d21a

Please sign in to comment.