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
When using skip-path within the Github Action workflow, it seems to overwrite all values of skip-path defined in the bearer.yml, e.g.:
- name: Bearer scan uses: bearer/bearer-action@v2 with: config-file: 'bearer.yml' skip-path: 'consent-management/*'
In the bearer.yml this additional paths are set (and then ignored):
skip-path: [.nx/*, node_modules/*, lambda-proxy.ts, scripts/*]
Is this an expected behavoir?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When using skip-path within the Github Action workflow, it seems to overwrite all values of skip-path defined in the bearer.yml, e.g.:
In the bearer.yml this additional paths are set (and then ignored):
Is this an expected behavoir?
The text was updated successfully, but these errors were encountered: