Skip to content

Commit

Permalink
Fix mindpak hashes in tests
Browse files Browse the repository at this point in the history
Signed-off-by: Adolfo García Veytia (puerco) <[email protected]>
  • Loading branch information
puerco committed Oct 17, 2024
1 parent 561e55e commit 8afc65d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/mindpak/bundle_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ func TestReadSource(t *testing.T) {
Profiles: []*File{
{
Name: "branch-protection.yaml",
Hashes: map[HashAlgorithm]string{SHA256: "51437d1e5049a16513b9cc9d6d93d6b25625f51e74e0861fba837cdf1d2b5f01"},
Hashes: map[HashAlgorithm]string{SHA256: "21e74a8d380c2940b0b26798f7ba7a5236b5444b02ff0bf45ce28f0016a24f65"},
},
},
RuleTypes: []*File{
{
Name: "secret_scanning.yaml",
Hashes: map[HashAlgorithm]string{SHA256: "fc3e782516d0de46e89610af0b0bab04783e0e6e875c6efa64c9dfb3ef127964"},
Hashes: map[HashAlgorithm]string{SHA256: "3857bca2ccabdac3d136eb3df4549ddd87a00ddef9fdcf88d8f824e5e796d34c"},
},
},
},
Expand Down

0 comments on commit 8afc65d

Please sign in to comment.