Skip to content

Commit 95f1e46

Browse files
authored
Update shiftleft.yml
1 parent e3e23df commit 95f1e46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/shiftleft.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})"
3737
id: extract_branch
3838
- 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
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 --vcs-prefix-correction "*=/src/main/java" --java ./target/java-sec-code-1.0.0.jar
4040
env:
4141
SHIFTLEFT_ACCESS_TOKEN: ${{ secrets.SHIFTLEFT_ACCESS_TOKEN }}
4242

0 commit comments

Comments
 (0)