Skip to content

Commit

Permalink
Hopefully last lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tanishq-dubey committed Nov 12, 2024
1 parent f88e34b commit 5456445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/sbom/payload.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ export const generatePayload = (
author_email: tags[GIT_COMMIT_AUTHOR_EMAIL] ?? '',
committer_name: tags[GIT_COMMIT_COMMITTER_NAME] ?? '',
committer_email: tags[GIT_COMMIT_COMMITTER_EMAIL] ?? '',
sha: tags[GIT_SHA],
sha: tags[GIT_SHA] ?? '',
branch: tags[GIT_BRANCH] ?? '',
},
repository: {
Expand Down

0 comments on commit 5456445

Please sign in to comment.