Skip to content

Commit

Permalink
fix: wrong GitHub API attribute name
Browse files Browse the repository at this point in the history
  • Loading branch information
blackheaven committed Aug 18, 2024
1 parent 7abf6d9 commit 9183c0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ sendAdvisories ghContext packageAdvisories = do
ghData =
[ "ref" := ghContext.ref,
"commit_sha" := ghContext.commitSha,
"sharif" := extractBase64 (encodeBase64 $ compress $ encodeSarifAsLBS defaultLog {logRuns = [run]}),
"sarif" := extractBase64 (encodeBase64 $ compress $ encodeSarifAsLBS defaultLog {logRuns = [run]}),
"tool_name" := ("github-action-scan" :: Text),
"validate" := True
]
Expand Down

0 comments on commit 9183c0a

Please sign in to comment.