Home
last modified time | relevance | path

Searched +full:- +full:- +full:scan (Results 1 – 2 of 2) sorted by relevance

/Kernel-v11.0.1/.github/workflows/
Dcoverity_scan.yml1 name: Coverity Scan
6 # Allow manual running of the scan
10 bashPass: \033[32;1mPASSED -
11 bashInfo: \033[33;1mINFO -
12 bashFail: \033[31;1mFAILED -
16 Coverity-Scan:
17 if: ( github.repository == 'FreeRTOS/FreeRTOS-Kernel' )
18 name: Coverity Scan
19 runs-on: ubuntu-latest
21 - name: Checkout the Repository
[all …]
Dgit-secrets.yml1 name: git-secrets Check
7 git-secrets:
8 runs-on: ubuntu-latest
10 - uses: actions/checkout@v3
13 - name: Checkout awslabs/git-secrets
16 repository: awslabs/git-secrets
18 path: git-secrets
19 - name: Install git-secrets
20 run: cd git-secrets && sudo make install && cd ..
21 - name: Run git-secrets
[all …]