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 7501c89 commit 917c82eCopy full SHA for 917c82e
.github/workflows/trivyscan.yml
@@ -17,9 +17,9 @@ permissions:
17
18
jobs:
19
scan:
20
- concurrency:
21
- group: ${{ github.workflow }}-${{ github.ref }}-${{ matrix.build }} # to branch/PR + build
22
- cancel-in-progress: true
+ #concurrency:
+ # group: ${{ github.workflow }}-${{ github.ref }}-${{ matrix.build }} # to branch/PR + build
+ # cancel-in-progress: true
23
runs-on: ubuntu-latest
24
strategy:
25
fail-fast: false
0 commit comments