Skip to content

Commit df04abd

Browse files
committed
Integrate shared workflows
1 parent 0f84e0e commit df04abd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/maven-mend-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
project_name: "Commonjava/commonjava"
2525
SCA: true
26-
SAST: true
26+
SAST: false
2727
triggering_run_id: ${{ github.event.workflow_run.id }}
2828
pr_feedback: true
2929
secrets:

.github/workflows/maven-mend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
project_name: "Commonjava/commonjava"
3030
SCA: true
31-
SAST: true
31+
SAST: false
3232
secrets:
3333
MEND_URL: ${{ secrets.MEND_URL }}
3434
MEND_USER_KEY: ${{ secrets.MEND_USER_KEY }}

0 commit comments

Comments
 (0)