Skip to content

Commit e43156d

Browse files
authored
Merge pull request #3662 from tonistiigi/policy-recursive-materials
policy: add recursive provenance material resolution
2 parents a88af0e + 1c4a436 commit e43156d

File tree

30 files changed

+1974
-253
lines changed

30 files changed

+1974
-253
lines changed

.golangci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,9 @@ linters:
109109
- linters:
110110
- revive
111111
text: if-return
112+
- linters:
113+
- staticcheck
114+
text: "SA1019: .* is deprecated: .*in-toto/attestation"
112115
paths:
113116
- .*\.pb\.go$
114117

0 commit comments

Comments
 (0)