Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
ShotaroMatsuya committed Nov 5, 2023
1 parent 5e82649 commit c2cd370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
script: |
const cliOutput = process.env.CLI_OUTPUT;
const issue_number = context.issue.number;
const commentBody = `CLI Command Output:\n\`\`\`\n${cliOutput}\n\`\`\``;
const commentBody = `## Snyk Container Vulnerabilities \`${{ matrix.context }}\`<details><summary>Show Results</summary>\`\`\`${cliOutput}\`\`\`</details>`;
github.rest.issues.createComment({
owner: context.repo.owner,
repo: context.repo.repo,
Expand Down

0 comments on commit c2cd370

Please sign in to comment.