File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 1717 - name : Run dependency scan
1818 run : |
1919 if [ -f compromised-packages.txt ]; then rm -f compromised-packages.txt; fi
20- wget https://raw.githubusercontent.com/centreon/security-tools/develop /blacklist/compromised-packages.txt
20+ wget https://raw.githubusercontent.com/centreon/security-tools/main /blacklist/compromised-packages.txt
2121 ERROR_LOG="error_log.txt"
2222 DEP_LIST="compromised-packages.txt"
2323 LOCKFILES=($(find ./ -name "package-lock.json" -o -name "pnpm-lock.yaml" -o -name "yarn.lock"))
Original file line number Diff line number Diff line change 88 pull_request :
99 branches :
1010 - main
11- - develop
1211 push :
1312 branches :
1413 - main
15- - develop
1614 workflow_dispatch :
1715 schedule :
1816 - cron : 0 1 * * 1-5
1917
2018jobs :
2119 dependency-scan :
22- uses : centreon/security-tools/.github/workflows/dependency-analysis.yml@develop
20+ uses : centreon/security-tools/.github/workflows/dependency-analysis.yml@main
2321
2422 secrets_scan :
25- uses : centreon/security-tools/.github/workflows/gitleaks-analysis.yml@develop
23+ uses : centreon/security-tools/.github/workflows/gitleaks-analysis.yml@main
2624
2725 code_scan :
28- uses : centreon/security-tools/.github/workflows/checkmarx-analysis.yml@develop
26+ uses : centreon/security-tools/.github/workflows/checkmarx-analysis.yml@main
2927 with :
3028 module_directory :
3129 module_name : security-tools
You can’t perform that action at this time.
0 commit comments