Skip to content
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

Providing skip-path overrides bearer.yml values #57

Open
mhp-borisbojic opened this issue Jun 24, 2024 · 0 comments
Open

Providing skip-path overrides bearer.yml values #57

mhp-borisbojic opened this issue Jun 24, 2024 · 0 comments

Comments

@mhp-borisbojic
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant