cloudfoundry / cli

The official command line client for Cloud Foundry
https://docs.cloudfoundry.org/cf-cli
Apache License 2.0
1.75k stars 928 forks source link

Add CVE scan GitHub workflow that is triggered on pull requests #2977

Closed weresch closed 3 months ago

weresch commented 3 months ago

Thank you for contributing to the CF CLI! Please read the following:

Note: Please create separate PR for every branch (main, v8 and v7) as needed.

Description of the Change

Adding a CVE scan GitHub workflow on PRs.

Why Is This PR Valuable?

The CVE scan GitHub workflow on PRs helps prevent known CVEs from being added to the codebase.

Applicable Issues

No applicable issues

How Urgent Is The Change?

Not urgent

Other Relevant Parties

No one else

weresch commented 3 months ago

I paired on this work with @chinigo

a-b commented 3 months ago

Considering the volume of shell scripts we're writing, should we try https://github.com/shellspec/shellspec ?