We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3e23df commit 95f1e46Copy full SHA for 95f1e46
.github/workflows/shiftleft.yml
@@ -36,7 +36,7 @@ jobs:
36
run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})"
37
id: extract_branch
38
- name: NextGen Static Analysis
39
- run: ${GITHUB_WORKSPACE}/sl analyze --wait --app java-sec-code --tag branch=${{ github.head_ref || steps.extract_branch.outputs.branch }} --remediation-config remediation.yaml --java ./target/java-sec-code-1.0.0.jar
+ run: ${GITHUB_WORKSPACE}/sl analyze --wait --app java-sec-code --tag branch=${{ github.head_ref || steps.extract_branch.outputs.branch }} --remediation-config remediation.yaml --vcs-prefix-correction "*=/src/main/java" --java ./target/java-sec-code-1.0.0.jar
40
env:
41
SHIFTLEFT_ACCESS_TOKEN: ${{ secrets.SHIFTLEFT_ACCESS_TOKEN }}
42
0 commit comments