This repository has been archived by the owner on Sep 4, 2024. It is now read-only.
Merge pull request #9 from tweag/dependabot/npm_and_yarn/part2/Vulner… #3
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: Horusec Security Scan | |
on: [push] | |
jobs: | |
horusec-security-scan: | |
runs-on: ubuntu-latest | |
name: Run Horusec Security Scan | |
steps: | |
- name: Check out code | |
uses: actions/checkout@v4 | |
- name: Run Horusec Security Scan | |
id: run_horusec | |
uses: fike/[email protected] | |
with: | |
arguments: -c=horusec-config.json -p ./ |