skills / secure-repository-supply-chain

Secure your supply chain, understand dependencies in your environment, know about vulnerabilities in those dependencies and patch them
MIT License
83 stars 55 forks source link

Use Perl regular expressions for version check #21

Closed sinsukehlab closed 8 months ago

sinsukehlab commented 8 months ago

Summary

Use Perl regular expressions to check semantic versioning See: https://semver.org/ https://regex101.com/r/vkijKf/1/

[!IMPORTANT] This PR should be merged after skills/action-check-file#5 to function as expected.

Changes

Closes: #19

Task list

heiskr commented 8 months ago

Thank you :)