fortify / github-action

Fortify GitHub Actions
Other
10 stars 8 forks source link

Documentation: Incorrect default values for FOD_RELEASE/SSC_APPVERSION #43

Closed rsenden closed 1 week ago

rsenden commented 4 months ago

Current Behavior

See following screenshots for example:

image image

These incorrectly mention github.action_repository and github.action_ref being used to generate a default value; these GitHub variables identify the repository/ref of the Fortify action being invoked, not the repository/ref of the caller. This was already fixed in code, but apparently documentation wasn't updated accordingly.

Expected Behavior

Show correct default values.

Steps To Reproduce

N/A

Environment

N/A

Anything else?

No response