-
Notifications
You must be signed in to change notification settings - Fork 245
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
trivy cannot find pnpm-lock.yaml #395
Comments
after setting pnpm version to 9, the pnpm-lock.yaml seems to be found.
But still no result is generated. - name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@master
with:
scan-type: 'repo'
scan-ref: '.'
trivy-config: trivy-config.yaml
continue-on-error: true timeout: 20m0s
include-dev-deps: true
exit-code: 1
format: 'table'
ignore-unfixed: false
severity: 'CRITICAL,HIGH' but it's not working. and also adding the extra |
I've tried to use trivy directly, and report seems to be emtpy without the parameter of |
My project directory is like:
And i run the Actions like:
But I got a result of
so no report is generated.
The text was updated successfully, but these errors were encountered: