We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1d193c commit 3a07ca9Copy full SHA for 3a07ca9
.github/workflows/trivy.yaml
@@ -48,7 +48,7 @@ permissions:
48
security-events: write
49
50
concurrency:
51
- group: ${{ github.ref }}-${{ github.workflow }}
+ group: ${{ github.workflow }}-${{ github.ref }}
52
cancel-in-progress: true
53
54
jobs:
0 commit comments