Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ngsast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
# Lets check the previous analysis for this branch to our baseline on Main,
# since we specify a 'branch' we don't have to specify a '--source'
run: |
${GITHUB_WORKSPACE}/sl check-analysis --app shiftleft-java-demo \
${GITHUB_WORKSPACE}/sl check-analysis --v2 --app shiftleft-java-demo \
--branch "${{ github.head_ref || steps.extract_branch.outputs.branch }}" \
--report \
--github-pr-number=${{github.event.number}} \
Expand Down
2 changes: 1 addition & 1 deletion shiftleft.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source:
branch: master
scan: 274 # provide either branch or scan, not both
#scan: 274 # provide either branch or scan, not both
build_rules:
- id: build-rule-identifier
finding_types:
Expand Down