trivy-gh

command module
v0.1.0-rc.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 26, 2022 License: Apache-2.0 Imports: 3 Imported by: 0

README

trivy-gh

Usage with github actions

# .trivy-gh.yaml
github:
  token: ${GITHUB_TOKEN}
  issueRepo: ${GITHUB_REPOSITORY}
# ...
# .github/workflows/trivy-gh.yaml
name: Trivy GH
schedule:
- cron: "30 6 * * *"
jobs:
  trivy-gh:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v3
    - id: trivy-gh
      uses: airfocusio/trivy-gh-test@main
      with:
        github-token: ${{ secrets.GITHUB_TOKEN }}

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL