Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangpengcheng committed May 14, 2024
1 parent a68e862 commit 589d4df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
// Combine outputs from different steps
const outputs = [
{ label: 'Java Runner', output: '${{ steps.scan-java-runner.outputs.result }}'; },
{ label: 'Java Runner', output: '${{ steps.scan-java-runner.outputs.result }}' },
{ label: 'Python Runner', output: '${{ steps.scan-python-runner.outputs.result }}' },
{ label: 'Go Runner', output: '${{ steps.scan-go-runner.outputs.result }}' },
{ label: 'Java Runner with Pulsarctl', output: '${{ steps.scan-java-pulsarctl-runner.outputs.result }}' },
Expand Down

0 comments on commit 589d4df

Please sign in to comment.