Skip to content

Commit 426fff9

Browse files
authored
Update upload-sarif-artifact.ts
1 parent 92e549e commit 426fff9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/upload-sarif-artifact.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import * as artifact from '@actions/artifact'
22

33
async function uploadSarifArtifact(filename: string): Promise<void> {
44
const artifactClient = artifact.create()
5-
const artifactName = 'ZAProxy-sarif-report'
5+
const artifactName = 'zap-sarif-report'
66
const files = [filename]
77

88
const rootDirectory = '.' // Also possible to use __dirname

0 commit comments

Comments
 (0)