File tree Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change 1+ * @ ibm-skills-network/security
2+ # ### Organization Synced Configuration Below ####
3+ # If you want to add to the below, please do so in the security-compliance-automation repo and sync the file to every repo
4+
5+ # Dependency Resolution and Supported Package Manager Files
6+ # Reference: https://docs.mend.io/bundle/wsk/page/dependency_resolution_and_supported_package_manager_files.html
7+
8+ # Python
9+ requirements.txt
10+ pipfile.toml
11+ pipfile.lock
12+ pyproject.toml
13+ poetry.lock
14+ setup.py
15+ setup.cfg
16+ environment.yml
17+
18+ # JavaScript
19+ package.json
20+ package-lock.json
21+ yarn.lock
22+ pnpm-lock.yaml
23+
24+ # Go
25+ go.mod
26+ go.sum
27+
28+ # Ruby
29+ Gemfile
30+ Gemfile.lock
31+
32+ # Elixer, Erlang
33+ mix.exs
34+ mix.lock
35+ rebar.config
You can’t perform that action at this time.
0 commit comments