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