Skip to content

Commit c380254

Browse files
authored
Update README.md (#10)
1 parent e0a74b0 commit c380254

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,12 @@ inputs:
3030
description: 'The CodeQL SARIF result file'
3131
cweFile:
3232
required: false
33-
description: 'The CWE list XML file'
34-
default: '${{ github.action_path }}/security-standards/owasp-top10-2021.xml'
33+
description: 'The CWE list XML file, defaults to OWASP Top 10 2021'
3534
securityStandardTag:
3635
required: false
3736
description: 'The security standard tag to add to the SARIF file'
3837
default: 'owasp-top10-2021'
3938
outputFile:
4039
required: false
4140
description: 'The output SARIF file path, defaults to the input SARIF file path'
42-
```
41+
```

0 commit comments

Comments
 (0)