We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3253505 commit 23ebf85Copy full SHA for 23ebf85
.github/workflows/0-scan-containers.yaml
@@ -79,7 +79,7 @@ jobs:
79
mode: scan
80
report-name: "report-${{ matrix.plan-file }}"
81
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
+ limit: ${{ github.event.inputs.registry && 100000 || 2 }} # limit scanning to 2 images for automatic runs to speedup script development
83
84
collect:
85
runs-on: ubuntu-latest
0 commit comments