Unfortunately, Github action workflows initiated from PR comments lack vital info on the PR itself in the context payload - see related issue
Without that payload context the scanner is unable to run a git diff and the job fails. Ideally, additional inputs would be added to support manually setting the head & base refs that should be used by the scanner.
Unfortunately, Github action workflows initiated from PR comments lack vital info on the PR itself in the context payload - see related issue
Without that payload context the scanner is unable to run a git diff and the job fails. Ideally, additional inputs would be added to support manually setting the head & base refs that should be used by the scanner.