File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 36
36
37
37
- name : Install syft
38
38
# Use commit hash here to avoid a re-tagging attack, as this is a third-party action
39
- # Commit 9f7302141466aa6482940f15371237e9d9f4c34a = tag v0.19 .0
40
- uses : anchore/sbom-action/download-syft@9f7302141466aa6482940f15371237e9d9f4c34a
39
+ # Commit e11c554f704a0b820cbf8c51673f6945e0731532 = tag v0.20 .0
40
+ uses : anchore/sbom-action/download-syft@e11c554f704a0b820cbf8c51673f6945e0731532
41
41
with :
42
42
syft-version : " v1.20.0"
43
43
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ toolchain go1.23.9
6
6
7
7
require (
8
8
github.com/antithesishq/antithesis-sdk-go v0.4.3-default-no-op
9
- github.com/google/go-tpm v0.9.4
9
+ github.com/google/go-tpm v0.9.5
10
10
github.com/klauspost/compress v1.18.0
11
11
github.com/minio/highwayhash v1.0.3
12
12
github.com/nats-io/jwt/v2 v2.7.4
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ github.com/antithesishq/antithesis-sdk-go v0.4.3-default-no-op h1:+OSa/t11TFhqfr
2
2
github.com/antithesishq/antithesis-sdk-go v0.4.3-default-no-op /go.mod h1:IUpT2DPAKh6i/YhSbt6Gl3v2yvUZjmKncl7U91fup7E =
3
3
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
4
4
github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
5
- github.com/google/go-tpm v0.9.4 h1:awZRf9FwOeTunQmHoDYSHJps3ie6f1UlhS1fOdPEt1I =
6
- github.com/google/go-tpm v0.9.4 /go.mod h1:h9jEsEECg7gtLis0upRBQU+GhYVH6jMjrFxI8u6bVUY =
5
+ github.com/google/go-tpm v0.9.5 h1:ocUmnDebX54dnW+MQWGQRbdaAcJELsa6PqZhJ48KwVU =
6
+ github.com/google/go-tpm v0.9.5 /go.mod h1:h9jEsEECg7gtLis0upRBQU+GhYVH6jMjrFxI8u6bVUY =
7
7
github.com/klauspost/compress v1.18.0 h1:c/Cqfb0r+Yi+JtIEq73FWXVkRonBlf0CRNYc8Zttxdo =
8
8
github.com/klauspost/compress v1.18.0 /go.mod h1:2Pp+KzxcywXVXMr50+X0Q/Lsb43OQHYWRCY2AiWywWQ =
9
9
github.com/minio/highwayhash v1.0.3 h1:kbnuUMoHYyVl7szWjSxJnxw11k2U709jqFPPmIUyD6Q =
You can’t perform that action at this time.
0 commit comments