Skip to content

Refining the xycloans monitor specification #10

Refining the xycloans monitor specification

Refining the xycloans monitor specification #10

Workflow file for this run

name: npm audit
on:
pull_request:
push:
branches:
- main
# on:
# schedule:
# - cron: '0 10 * * *'
jobs:
scan:
name: npm audit
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: install dependencies
run: cd solarkraft && npm ci
- uses: oke-py/npm-audit-action@v2
with:
audit_level: moderate
github_token: ${{ secrets.GITHUB_TOKEN }}
issue_assignees: thpani
issue_labels: vulnerability,test
dedupe_issues: true
working_directory: solarkraft