Skip to content

Commit

Permalink
Merge pull request #192 from lacework/remove-tools-option
Browse files Browse the repository at this point in the history
docs(COD-3542): remove the deprecated tools option
  • Loading branch information
jeremydubreil authored Jul 24, 2024
2 parents 5c0c74a + 1e5e020 commit 44eb527
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ inputs:
footer:
description: 'A block of Markdown that will be appended to any PR comments posted'
required: false
tools:
required: false
deprecationMessage: 'This option is not used anymore'
eval-indirect-dependencies:
description: 'Show vulnerabilities found in transitive dependencies'
required: false
Expand Down Expand Up @@ -121,6 +118,5 @@ runs:
debug: '${{ inputs.debug }}'
token: '${{ inputs.token || github.token }}'
footer: '${{ inputs.footer }}'
tools: '${{ inputs.tools }}'
eval-indirect-dependencies: '${{ inputs.eval-indirect-dependencies }}'
autofix: '${{ inputs.autofix }}'

0 comments on commit 44eb527

Please sign in to comment.