Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create govulncheck.yml #393

Merged
merged 5 commits into from
Mar 5, 2023
Merged

Commits on Mar 4, 2023

  1. Create govulncheck.yml

    Add a GitHub Actions workflow to run govulncheck.
    According to govulncheck docs:
    
        "Govulncheck reports known vulnerabilities that affect Go code. 
        It uses static analysis of source code or a binary's symbol table 
        to narrow down reports to only those that could affect the application.
    
        By default, govulncheck makes requests to the Go vulnerability database
        at https://vuln.go.dev. Requests to the vulnerability database contain only
        module paths, not code or other properties of your program."
    fxamacker authored Mar 4, 2023
    Configuration menu
    Copy the full SHA
    5790ae0 View commit details
    Browse the repository at this point in the history
  2. Update govulncheck.yml

    Fix typo by removing a "-".
    fxamacker authored Mar 4, 2023
    Configuration menu
    Copy the full SHA
    ffa80e2 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2023

  1. Update govulncheck.yml

    Temporarily add '**.yml' to trigger workflow.
    fxamacker authored Mar 5, 2023
    Configuration menu
    Copy the full SHA
    e0936c0 View commit details
    Browse the repository at this point in the history
  2. Update govulncheck.yml

    fxamacker authored Mar 5, 2023
    Configuration menu
    Copy the full SHA
    3afff60 View commit details
    Browse the repository at this point in the history
  3. Update govulncheck.yml

    fxamacker authored Mar 5, 2023
    Configuration menu
    Copy the full SHA
    8329eca View commit details
    Browse the repository at this point in the history