File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919
2020 - name : Install dependencies
2121 shell : bash
22- run : npm ci --include=dev
22+ run : npm ci --ignore-scripts -- include=dev
2323
2424 - name : Build package
2525 shell : bash
Original file line number Diff line number Diff line change 3030
3131 - name : Install dependencies
3232 shell : bash
33- run : npm ci --include=dev
33+ run : npm ci --ignore-scripts -- include=dev
3434
3535 - name : Build package
3636 if : inputs.require-build == 'true'
Original file line number Diff line number Diff line change 4949 ref : ${{ github.event.pull_request.head.sha || github.ref }}
5050
5151 - name : Install dependencies
52- run : npm ci
52+ run : npm ci --ignore-scripts
5353
5454 - name : Build SDK
5555 run : npm run build
Original file line number Diff line number Diff line change 1010 snyk-cli :
1111 uses : auth0/devsecops-tooling/.github/workflows/sca-scan.yml@main
1212 with :
13- pre-scan-commands : " npm install && npm run install:examples"
13+ pre-scan-commands : " npm install --ignore-scripts && npm run install:examples"
1414 additional-arguments : " --exclude=README.md"
1515 node-version : 24
1616 secrets : inherit
Original file line number Diff line number Diff line change 5454 cache : npm
5555
5656 - name : Install dependencies
57- run : npm ci --include=dev
57+ run : npm ci --ignore-scripts -- include=dev
5858
5959 - name : Run tests
6060 run : npm run test
You can’t perform that action at this time.
0 commit comments