Skip to content

Commit

Permalink
fix: Add wasm files to binary check
Browse files Browse the repository at this point in the history
  • Loading branch information
gabibguti committed Dec 16, 2022
1 parent a71b47e commit d95a752
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions checks/raw/binary_artifact.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ var checkBinaryFileContent fileparser.DoWhileTrueOnFileContent = func(path strin
"pyo": true,
"par": true,
"rpm": true,
"wasm": true,
"whl": true,
}
var t types.Type
Expand Down

0 comments on commit d95a752

Please sign in to comment.