We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42db3fb commit dd72b82Copy full SHA for dd72b82
1 file changed
.github/workflows/synopsys-sigma-code-analysis.yml
@@ -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