psalm / psalm-github-security-scan

Psalm Security Scanning for GitHub Actions
53 stars 17 forks source link

Update action to use latest tagged docker image explicitly #11

Closed eroullit closed 1 year ago

eroullit commented 1 year ago

The goal of this pull request is to extend the watch.yml workflow to explicitly specify the latest tag of the psalm docker image.

Once a new tag of the docker image is generated, it's going to be registered in the action and committed automatically.

This allows the users of this action to pin it to the version of their choice and have it scanned by the same Psalm version.

weirdan commented 1 year ago

Thanks!