Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
htrgouvea authored Dec 25, 2024
1 parent ef4d482 commit ff112ba
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: sentra
name: Sentra Repository Risk Score
description: The first autonomous source code posture risk score tool
author: LESIS
branding:
Expand Down Expand Up @@ -33,3 +33,6 @@ runs:
docker run ghcr.io/instriq/sentra/sentra:latest \
--org ${{ inputs.org }} \
--token ${{ inputs.token }} \
${{ inputs.dependency != 'true' && '--dependency' || '' }} \
${{ inputs.maintained != 'true' && '--maintained' || '' }} \
${{ inputs.metrics != 'true' && '--metrics' || '' }}

0 comments on commit ff112ba

Please sign in to comment.