Skip to content

Update README.md

Update README.md #14

Workflow file for this run

name: learn-github-actions
on: pull_request
jobs:
depScanTest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: installing_npm_modules
run: npm install -g @cyclonedx/cdxgen
- name: installDepScan
run: pip install owasp-depscan
- name: listing
run: ls -la
- name: runScan
run: depscan --src $PWD --reports-dir $PWD/reports
- name: Pull Request Commenter
uses: Libra-foundation/[email protected]
with:
filename: $PWD/reports/*