We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92e549e commit 426fff9Copy full SHA for 426fff9
1 file changed
src/upload-sarif-artifact.ts
@@ -2,7 +2,7 @@ import * as artifact from '@actions/artifact'
2
3
async function uploadSarifArtifact(filename: string): Promise<void> {
4
const artifactClient = artifact.create()
5
- const artifactName = 'ZAProxy-sarif-report'
+ const artifactName = 'zap-sarif-report'
6
const files = [filename]
7
8
const rootDirectory = '.' // Also possible to use __dirname
0 commit comments