Skip to content

Commit 23ebf85

Browse files
committed
action stabilisation
1 parent 3253505 commit 23ebf85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/0-scan-containers.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
mode: scan
8080
report-name: "report-${{ matrix.plan-file }}"
8181
tag-file: scan-chunks/${{ matrix.plan-file }}
82-
limit: ${{ github.event.inputs.registry && '' || 2 }} # limit scanning to 2 images for automatic runs to speedup script development
82+
limit: ${{ github.event.inputs.registry && 100000 || 2 }} # limit scanning to 2 images for automatic runs to speedup script development
8383

8484
collect:
8585
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)