File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,6 @@ default ignore = false
6
6
7
7
ignore_vulnerability_ids := {
8
8
# centos 7.6.1810
9
- # bind-license package version "9.11.4-26.P2. el7_9.14 " does not exist
10
- " CVE-2023-2828 "
9
+ # libssh2 package version "1.8.0-4. el7_9.1 " does not exist yet
10
+ " CVE-2020-22218 "
11
11
}
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ import (
10
10
"strconv"
11
11
"testing"
12
12
13
+ "github.com/davecgh/go-spew/spew"
13
14
"github.com/opencontainers/go-digest"
14
15
"github.com/stretchr/testify/assert"
15
16
"github.com/stretchr/testify/require"
@@ -40,6 +41,7 @@ func TestPatch(t *testing.T) {
40
41
tmp := t .TempDir ()
41
42
ignoreFile := filepath .Join (tmp , "ignore.rego" )
42
43
err = os .WriteFile (ignoreFile , trivyIgnore , 0o600 )
44
+ spew .Dump (ignoreFile )
43
45
require .NoError (t , err )
44
46
45
47
for _ , img := range images {
You can’t perform that action at this time.
0 commit comments