We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Part of my workflow:
- name: install trivy uses: aquasecurity/[email protected] with: version: v0.56.2 - name: run trivy vulnerability scanner in fs mode uses: aquasecurity/[email protected] id: trivy-check with: scan-type: fs scan-ref: . format: sarif exit-code: 0 output: trivy-results.sarif skip-setup-trivy: true trivyignores: .trivyignore.yaml env: TRIVY_DB_REPOSITORY: "public.ecr.aws/aquasecurity/trivy-db:2"
.trivyignore.yaml file(it is located in the / of the repository)
.trivyignore.yaml
secrets: - id: slack-web-hook paths: - "zaa" - id: github-fine-grained-pat paths: - "zaa"
The check sees a file containing exceptions
but zaa file keeps showing up in report
zaa
I don't have such problems when running locally, the ignore file works correctly, the problems start when I try to use the action
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Part of my workflow:
.trivyignore.yaml
file(it is located in the / of the repository)The check sees a file containing exceptions
but
zaa
file keeps showing up in reportI don't have such problems when running locally, the ignore file works correctly, the problems start when I try to use the action
The text was updated successfully, but these errors were encountered: