Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

code-examples.yml 2.5 KB

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
  1. # Code scanning configurations
  2. - title: CodeQL code scanning at Microsoft
  3. description: Example code scanning workflow for the CodeQL action from the Microsoft Open Source repository.
  4. href: /microsoft/opensource.microsoft.com/blob/main/.github/workflows/codeql-analysis.yml
  5. languages:
  6. - javascript
  7. tags:
  8. - CodeQL
  9. - Code scanning
  10. - GitHub Actions
  11. - title: Adversarial Robustness Toolbox (ART) CodeQL code scanning
  12. description: Example code scanning workflow for the CodeQL action from the Trusted AI repository.
  13. href: /Trusted-AI/adversarial-robustness-toolbox/blob/main/.github/workflows/codeql-analysis.yml
  14. languages:
  15. - python
  16. tags:
  17. - CodeQL
  18. - Code scanning
  19. - GitHub Actions
  20. # Security policies
  21. - title: Microsoft security policy
  22. description: Example security policy
  23. href: /microsoft/microsoft.github.io/blob/master/SECURITY.MD
  24. tags:
  25. - Security policy
  26. - title: Electron security policy
  27. description: Example security policy
  28. href: /electron/electron/blob/master/SECURITY.md
  29. tags:
  30. - Security policy
  31. # Example of security advisory in a major product
  32. - title: Security advisory for Rails
  33. description: Security advisory published by Rails for CVE-2020-15169.
  34. href: /rails/rails/security/advisories/GHSA-cfjv-5498-mph5
  35. tags:
  36. - Security advisory
  37. # Sample scripts for enabling Dependabot alerts and security updates across a whole organization
  38. - title: Enable Dependabot alerts and security updates automatically
  39. description: Sample scripts for enabling Dependabot alerts and security updates across an entire organization.
  40. href: /github/enable-security-alerts-sample
  41. tags:
  42. - Dependabot
  43. - Alerts
  44. - Security updates
  45. - Organization
  46. - Scripts
  47. versions:
  48. 'free-pro-team': '*'
  49. # Dependabot configuration only relevant to GitHub.com
  50. # Convert "languages" to "package-ecosystems" for Dependabot configurations
  51. - title: Super linter configuration
  52. description: Example Dependabot version updates configuration from the Super linter repository.
  53. href: /github/super-linter/blob/master/.github/dependabot.yml
  54. languages:
  55. - github-actions
  56. - npm
  57. - bundler
  58. - docker
  59. - pip
  60. tags:
  61. - Dependabot
  62. - Version updates
  63. - Configuration
  64. versions:
  65. 'free-pro-team': '*'
  66. - title: Dependabot version update PR
  67. description: Example pull request generated by the Dependabot version updates configuration in the Super linter repository.
  68. href: /github/super-linter/pull/1398
  69. languages:
  70. tags:
  71. - Dependabot
  72. - Version updates
  73. - Pull requests
  74. versions:
  75. 'free-pro-team': '*'
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...