[Package Request]: StackHawk HawkScan #87479
Labels
Help-Wanted
This is a good candidate work item from the community.
Package-Request
This is a request for a package (new or updated version)
Package Requested
Please provide the following information
Okay so yes it is contained in a zip file, and yes .zip installers are not available until winget-cli 1.4 goes GA and reaches 50% adoption.
However even with
zip
installer support I'm unsure if our package and similar others can be fully supported.The provided manifest passes
winget validate
on v1.4.2161-preview:StackHawk HawkScan is a CLI for scanning running web applications for software vulnerabilities.
hawk
is the alias for the bash/powershell file that we supply that callsjava -jar ...
to run the java executable. Our package doesn't have an installer, rather it can unpack ahawk.ps1
script to alias.A few questions:
This scenario of portable java applications launched from shell scripts and no formal installer also applies to [Package Request]: Apache Maven #65391 [Package Request]: Apache JMeter #30972 Add Gradle 6.5.1 #2964 Add manifest for ZAP #756 and a bunch of other java ecosystem packages I bet. Given the upcoming roadmap and experimental support for
zipInstall
, could our manifest submission be supported with the anticipated 1.4 winget release ?These packages depend on a java runtime environment being installed, which might relate to package dependencies. I don't think this requirement is as critical, and theres plenty of flavors of java as it is to choose from, but is the experimental
dependencies
support also slated for 1.4 and could that address the JRE requirements of packages?Did I get the singleton manifest file format correct? and package updates will be supported with the singleton format as part of the 1.4 release?
Running
winget install manifests/s/stackhawk/hawkscan/2.9.0/stackhawk.hawkscan.yaml
reportsNo package found matching input criteria.
I don't think that means success but how do I debug further?We look forward to adding our sweet CLI to the
winget-pkgs
repository 🦅The text was updated successfully, but these errors were encountered: