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

There is no option to specify a path to scan. #37

Open
MatthewRobertson43997 opened this issue Apr 19, 2024 · 1 comment
Open

There is no option to specify a path to scan. #37

MatthewRobertson43997 opened this issue Apr 19, 2024 · 1 comment

Comments

@MatthewRobertson43997
Copy link

We have a repository that contains multiple microservices but they do not need to scan at the same time.

Currently there is no way to specify what path the scan should be limited to. The Azure DevOp HCL Appscan task does allow this.

@mattmurp
Copy link
Collaborator

Thanks for the feedback. This is something we'll look to add to the GitHub Action. The only way to control this today is to use a configuration file and store it at the root of the repository. The file needs to be named appscan-config.xml and can be as simple as the following (see full documentation here):

<Configuration>
    <Targets>
        <Target path="<some relative path>"/>
    </Targets>
</Configuration>

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

2 participants