Created
August 1, 2025 17:57
-
-
Save stigtsp/0eede7278faca505b273cf7ad4cfe54d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
curl -Ls -- "$(curl -s https://api.github.com/repos/briandfoy/cpan-security-advisory/releases/latest | jq -r '.assets[] | select(.name == "cpan-security-advisory.json") | .browser_download_url')" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment