Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Commit

Permalink
Create horusec
Browse files Browse the repository at this point in the history
  • Loading branch information
BillReyor authored Jul 13, 2024
1 parent d64d40f commit 7473b42
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/horusec
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
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 ./

0 comments on commit 7473b42

Please sign in to comment.