[Snyk] Fix for 40 vulnerabilities #3061
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "snyk code manual test" | |
on: [push, pull_request] | |
jobs: | |
build: | |
name: sarif testing action | |
runs-on: ubuntu-latest | |
permissions: | |
security-events: write | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Upload SARIF | |
uses: github/codeql-action/upload-sarif@v2 | |
with: | |
sarif_file: sarif.json | |
# sarif_file: example111.json |