Skip to content

Commit

Permalink
chore(repo-config): set baseBranches back to default (#8)
Browse files Browse the repository at this point in the history
Now that we have disabled scanning on the JupyterLab repo which was the only one we wanted multi-branch scanning on, we can remove this property and just scan the default branch of each repo.
  • Loading branch information
ElioDiNino authored May 10, 2024
1 parent 0118603 commit a8274e9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion repo-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"scanSettings": {
"configMode": "EXTERNAL",
"configExternalURL": "https://raw.githubusercontent.com/ibm-skills-network/mend-config/main/whitesource.config",
"baseBranches": ["master", "main", "6.x.x", "5.x.x"],
"exploitability": true
},
"checkRunSettings": {
Expand Down

0 comments on commit a8274e9

Please sign in to comment.