Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
safe_devops
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ксения Копыл
safe_devops
Merge requests
!2
Main
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Main
main
into
for_merge
Overview
0
Commits
4
Pipelines
2
Changes
4
Closed
Ксения Копыл
requested to merge
main
into
for_merge
4 months ago
Overview
0
Commits
4
Pipelines
2
Changes
4
Expand
0
0
Merge request reports
Compare
for_merge
version 1
467d259a
4 months ago
for_merge (base)
and
latest version
latest version
066850d2
4 commits,
4 months ago
version 1
467d259a
3 commits,
4 months ago
4 files
+
49
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
scripts_sast/generate_bom.sh
0 → 100755
+
5
−
0
Options
#!/bin/bash
npm
install
cyclonedx-npm
--output-format
json
--output-file
bom.json
\ No newline at end of file
Loading