mirror of
https://github.com/cert-manager/webhook-example.git
synced 2025-07-02 06:45:49 +02:00
35 lines
655 B
Text
35 lines
655 B
Text
* @ibm-skills-network/security
|
|
#### Organization Synced Configuration Below ####
|
|
# If you want to add to the below, please do so in the security-compliance-automation repo and sync the file to every repo
|
|
|
|
# Dependency Resolution and Supported Package Manager Files
|
|
# Reference: https://docs.mend.io/bundle/wsk/page/dependency_resolution_and_supported_package_manager_files.html
|
|
|
|
# Python
|
|
requirements.txt
|
|
Pipfile
|
|
Pipfile.lock
|
|
pyproject.toml
|
|
poetry.lock
|
|
setup.py
|
|
setup.cfg
|
|
environment.yml
|
|
|
|
# JavaScript
|
|
package.json
|
|
package-lock.json
|
|
yarn.lock
|
|
pnpm-lock.yaml
|
|
|
|
# Go
|
|
go.mod
|
|
go.sum
|
|
|
|
# Ruby
|
|
Gemfile
|
|
Gemfile.lock
|
|
|
|
# Elixer, Erlang
|
|
mix.exs
|
|
mix.lock
|
|
rebar.config
|