Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Trivy scanner

Scan a container image using trivy.

Example Usage

  scan-container:
    runs-on: ubuntu-latest
    steps:
      - uses: infrabits/ci-trivy@main
        with:
          image: ghcr.io/${{ github.repository }}:${{ github.sha }}
          github_token: ${{ secrets.GITHUB_TOKEN }}

About

Github actions trivy scan

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors