Skip to content

Commit

Permalink
wip18
Browse files Browse the repository at this point in the history
  • Loading branch information
Maciej Golaszewski committed Nov 14, 2024
1 parent 56839f7 commit 0ea0ff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trivy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
matrix:
# branch: ["1.28"]
# branch: ["1.28","release-1.30","release-1.31","v1.1"]
branch: ${{ needs.prepare.outputs.branches }}
branch: ${{ fromJson(needs.prepare.outputs.branches) }}
# branch: [master]
permissions:
security-events: write
Expand Down

0 comments on commit 0ea0ff1

Please sign in to comment.