We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c30d864 commit bea064dCopy full SHA for bea064d
1 file changed
.github/workflows/seqra.yml
@@ -1,4 +1,4 @@
1
-name: Scan project with Seqra
+name: OpenTaint Analysis
2
on:
3
workflow_dispatch
4
@@ -17,9 +17,9 @@ jobs:
17
server-id: github # Value of the distributionManagement/repository/id field of the pom.xml
18
settings-path: ${{ github.workspace }} # location for the settings.xml file
19
20
- - name: Run Seqra code analysis
21
- uses: seqra/seqra-action@v2
+ - name: Run OpenTaint code analysis
+ uses: seqra/opentaint/github@github/v0
22
with:
23
upload-sarif: 'true'
24
- artifact-name: 'seqra.sarif'
+ artifact-name: 'opentaint.sarif'
25
verbosity: 'debug'
0 commit comments