-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
I've been trying to use this action, but without success.
- First, I download the database (almost 9gb)
- Then, I use the action to analyze.
runs-on: ubuntu-latest-m
steps:
- uses: actions/checkout@v3
- name: Run Clair V4 update
uses: quay/clair-action@main
with:
db-file: clair.db
mode: update - name: Run Clair
uses: quay/clair-action@main
with:
image-ref: ${{ inputs.image }}
db-file: clair.db
format: sarif
output: clair_results.sarifErro:
2024/09/08 22:09:36 error creating sqlite backend: unable to open database file: out of memory (14)
Do I need to adjust anything?
I'm using a runner with 16GB of RAM
Metadata
Metadata
Assignees
Labels
No labels