Skip to content

Commit bea064d

Browse files
committed
ci: Update
1 parent c30d864 commit bea064d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/seqra.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Scan project with Seqra
1+
name: OpenTaint Analysis
22
on:
33
workflow_dispatch
44

@@ -17,9 +17,9 @@ jobs:
1717
server-id: github # Value of the distributionManagement/repository/id field of the pom.xml
1818
settings-path: ${{ github.workspace }} # location for the settings.xml file
1919

20-
- name: Run Seqra code analysis
21-
uses: seqra/seqra-action@v2
20+
- name: Run OpenTaint code analysis
21+
uses: seqra/opentaint/github@github/v0
2222
with:
2323
upload-sarif: 'true'
24-
artifact-name: 'seqra.sarif'
24+
artifact-name: 'opentaint.sarif'
2525
verbosity: 'debug'

0 commit comments

Comments
 (0)