Skip to content

Commit dd72b82

Browse files
Analyze repo with SIGMA
1 parent 42db3fb commit dd72b82

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
on: [push]
2+
3+
jobs:
4+
sigma_analysis:
5+
runs-on: ubuntu-latest
6+
name: Analyze repository using the SIGMA Analysis Engine
7+
steps:
8+
- name: SIGMA Analysis step
9+
id: sigma
10+
uses: jfitzpatrick99/sigma-action@v2
11+
# Use the output from the SIGMA step
12+
- name: Get the results file
13+
run: echo "Results written to ${{ steps.sigma.outputs.results }}"

0 commit comments

Comments
 (0)