Skip to content

Commit 5e24da2

Browse files
authored
Fix templateanalyzer name in action.yml help documentation
Update action.yml to refer to correct name
2 parents 1cbc902 + 3667f31 commit 5e24da2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ inputs:
1515
languages:
1616
description: A comma separated list of languages to analyze. Example javascript, typescript. Defaults to all.
1717
tools:
18-
description: A comma separated list of analyzer tools to run. Example bandit, binskim, eslint, template-analyzer, terrascan, trivy.
18+
description: A comma separated list of analyzer tools to run. Example bandit, binskim, eslint, templateanalyzer, terrascan, trivy.
1919
outputs:
2020
sarifFile:
2121
description: A file path to a SARIF results file.
2222
runs:
2323
using: 'node16'
24-
main: 'lib/action.js'
24+
main: 'lib/action.js'

0 commit comments

Comments
 (0)