We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0a74b0 commit c380254Copy full SHA for c380254
README.md
@@ -30,13 +30,12 @@ inputs:
30
description: 'The CodeQL SARIF result file'
31
cweFile:
32
required: false
33
- description: 'The CWE list XML file'
34
- default: '${{ github.action_path }}/security-standards/owasp-top10-2021.xml'
+ description: 'The CWE list XML file, defaults to OWASP Top 10 2021'
35
securityStandardTag:
36
37
description: 'The security standard tag to add to the SARIF file'
38
default: 'owasp-top10-2021'
39
outputFile:
40
41
description: 'The output SARIF file path, defaults to the input SARIF file path'
42
-```
+```
0 commit comments