Skip to content

[Snyk] Security upgrade axios from 1.5.1 to 1.7.8 #76

[Snyk] Security upgrade axios from 1.5.1 to 1.7.8

[Snyk] Security upgrade axios from 1.5.1 to 1.7.8 #76

Workflow file for this run

name: Security Scans
on: [push, pull_request] # Adjust this to your desired triggering events
jobs:
security-checks:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Snyk
uses: snyk/[email protected]
with:
command: test
- name: Dependabot CISA Known Exploitable Vulnerabilities
uses: advanced-security/dependabot-kev-action@v0
- name: Fetch Metadata from Dependabot PRs
uses: dependabot/[email protected]
with:
alert-lookup: true
compat-lookup: true
github-token: ${{ github.token }}
skip-commit-verification: false
skip-verification: false
# - name: GP Security Scan
# uses: whitesource/[email protected]
# with:
# gp-token:
# ws-destination-url:
# ws-api-key:
# ws-user-key:
# ws-product-key: # optional
# print-scan-report: # optional
# actions_step_debug: # optional