Skip to content

Commit

Permalink
Added action
Browse files Browse the repository at this point in the history
  • Loading branch information
mirooon committed Jan 22, 2025
1 parent 89e6c70 commit c2834b8
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/olympixAction.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Olympix Integrated Security Workflow
on: push
jobs:
security:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3

- name: Run Olympix Integrated Security
uses: olympix/integrated-security@main
env:
OLYMPIX_API_TOKEN: ${{ secrets.OLYMPIX_API_TOKEN }}

- name: Upload result to GitHub Code Scanning
uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: olympix.sarif
4 changes: 4 additions & 0 deletions code_analysis_2025-01-22-17-05-38-555.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"totalBugs": 0,
"files": []
}

0 comments on commit c2834b8

Please sign in to comment.