veracode / veracode-uploadandscan-action

This action uploads and scans code to Veracode for a static policy (or sandbox) scan.
MIT License
30 stars 29 forks source link

Add debug parameter to github action #26

Closed sinat101 closed 2 years ago

tjarrettveracode commented 2 years ago

@sinat101 - Looks like the main.yml in the pipeline is failing and complaining about missing required fields. Can you have a look?

sinat101 commented 2 years ago

@tjarrettveracode I assume you meant action.yml but even then, I don't quite understand how this check is working. It looks like the VID and VKEY params are not set? I tested the action on my own repo and it is working. Sorry if I'm not understanding what's wrong.

tjarrettveracode commented 2 years ago

VID and VKEY were not being populated because the secrets aren't available to workflows when run from an MR.…