From c2834b8fd6a60101b253ae49a1cd7208f10c7cd6 Mon Sep 17 00:00:00 2001 From: Michal Date: Wed, 22 Jan 2025 17:18:07 +0100 Subject: [PATCH] Added action --- .github/workflows/olympixAction.yml | 18 ++++++++++++++++++ code_analysis_2025-01-22-17-05-38-555.json | 4 ++++ 2 files changed, 22 insertions(+) create mode 100644 .github/workflows/olympixAction.yml create mode 100644 code_analysis_2025-01-22-17-05-38-555.json diff --git a/.github/workflows/olympixAction.yml b/.github/workflows/olympixAction.yml new file mode 100644 index 000000000..cf78a16ef --- /dev/null +++ b/.github/workflows/olympixAction.yml @@ -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 \ No newline at end of file diff --git a/code_analysis_2025-01-22-17-05-38-555.json b/code_analysis_2025-01-22-17-05-38-555.json new file mode 100644 index 000000000..41738e995 --- /dev/null +++ b/code_analysis_2025-01-22-17-05-38-555.json @@ -0,0 +1,4 @@ +{ + "totalBugs": 0, + "files": [] +} \ No newline at end of file