mirror of
https://github.com/securego/gosec.git
synced 2025-02-05 13:04:47 +02:00
* Generate SBOM * Update release.yml * Update .github/workflows/release.yml Co-authored-by: Matthieu MOREL <mmorel-35@users.noreply.github.com> * Publish bom.json * Ignore SBOMs generated during CI Co-authored-by: Matthieu MOREL <mmorel-35@users.noreply.github.com>
39 lines
376 B
Plaintext
39 lines
376 B
Plaintext
# transient files
|
|
/image
|
|
|
|
# Compiled Object files, Static and Dynamic libs (Shared Objects)
|
|
*.o
|
|
*.a
|
|
*.so
|
|
*.swp
|
|
/gosec
|
|
|
|
# Folders
|
|
_obj
|
|
_test
|
|
vendor
|
|
dist
|
|
|
|
# Architecture specific extensions/prefixes
|
|
*.[568vq]
|
|
[568vq].out
|
|
|
|
*.cgo1.go
|
|
*.cgo2.c
|
|
_cgo_defun.c
|
|
_cgo_gotypes.go
|
|
_cgo_export.*
|
|
|
|
_testmain.go
|
|
|
|
*.exe
|
|
*.test
|
|
*.prof
|
|
|
|
.DS_Store
|
|
|
|
.vscode
|
|
|
|
# SBOMs generated during CI
|
|
/bom.json
|