github.com/devseccon/trivy@v0.47.1-0.20231123133102-bd902a0bd996/.gitignore (about)

     1  # Binaries for programs and plugins
     2  *.exe
     3  *.exe~
     4  *.dll
     5  *.so
     6  *.dylib
     7  /trivy
     8  
     9  ## chart release
    10  .cr-release-packages
    11  
    12  # Test binary, build with `go test -c`
    13  *.test
    14  
    15  # Output of the go coverage tool, specifically when used with LiteIDE
    16  *.out
    17  
    18  .idea
    19  .vscode
    20  
    21  # Directory Cache Files
    22  .DS_Store
    23  thumbs.db
    24  
    25  # test fixtures
    26  coverage.txt
    27  integration/testdata/fixtures/images
    28  integration/testdata/fixtures/vm-images
    29  
    30  # SBOMs generated during CI
    31  /bom.json
    32  
    33  # goreleaser output
    34  dist
    35  
    36  # WebAssembly
    37  *.wasm
    38  
    39  # Signing
    40  gpg.key
    41  cmd/trivy/trivy