diff --git a/.gitignore b/.gitignore index 901b6e6..0255c2e 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ */target/ +.idea/ diff --git a/.trivyignore b/.trivyignore new file mode 100644 index 0000000..6ac5cb7 --- /dev/null +++ b/.trivyignore @@ -0,0 +1,5 @@ +# List any vulnerability that are to be accepted +# See https://aquasecurity.github.io/trivy/v0.35/docs/vulnerability/examples/filter/ +# for more details +# e.g. +# CVE-2022-3996