We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aad0343 commit 23f5577Copy full SHA for 23f5577
1 file changed
.github/workflows/njsscan-analysis.yml
@@ -13,6 +13,18 @@ on:
13
- cron: '26 18 * * 3'
14
15
jobs:
16
+ retirejs:
17
+ runs-on: ubuntu-latest
18
+ name: retirejs dependancy scanning
19
+ steps:
20
+ - name: Checkout the code
21
+ uses: actions/checkout@v2
22
+ - name: retire scan
23
+ uses: actions/setup-node@v1
24
+ with:
25
+ node-version: ${{ matrix.node-version }}
26
+ - run: npm install -g retire
27
+ - run: retire
28
njsscan:
29
runs-on: ubuntu-latest
30
name: njsscan code scanning
0 commit comments