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 48177cf commit 2670978Copy full SHA for 2670978
.github/workflows/main.yml
@@ -39,7 +39,7 @@ jobs:
39
run: ${GITHUB_WORKSPACE}/sl analyze --wait --app java-sec-code-test --tag branch=${{ github.head_ref || steps.extract_branch.outputs.branch }} --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
- - name: Validate Build Rules
+ - name: Validate Build Rules
43
run: |
44
${GITHUB_WORKSPACE}/sl check-analysis --v2 --app java-sec-code-test \
45
--report \
0 commit comments