sarif-actions/entrypoint.sh

7 строки
94 B
Bash
Executable File

#!/bin/sh -l
export PATH="$PATH:/root/.dotnet/tools"
sarif $1
echo "Executed with success."