Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Python
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SmartDataLab
public
CI-CD components
Python
Commits
14d2ef31
Commit
14d2ef31
authored
8 months ago
by
Pierre Smeyers
Browse files
Options
Downloads
Patches
Plain Diff
docs(trivy): updated links
parent
d5604c2e
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
README.md
+1
-1
1 addition, 1 deletion
README.md
kicker.json
+2
-2
2 additions, 2 deletions
kicker.json
templates/gitlab-ci-python.yml
+1
-1
1 addition, 1 deletion
templates/gitlab-ci-python.yml
with
4 additions
and
4 deletions
README.md
+
1
−
1
View file @
14d2ef31
...
...
@@ -237,7 +237,7 @@ In addition to a textual report in the console, this job produces the following
### `py-trivy` job (dependency check)
This job performs a dependency check analysis using
[
Trivy
](
https://
github.com/
aquasecurity/trivy
/
)
.
This job performs a dependency check analysis using
[
Trivy
](
https://aquasecurity
.github.io
/trivy
)
.
:warning: This job is now
**enabled by default**
since version 7.0.0
...
...
This diff is collapsed.
Click to expand it.
kicker.json
+
2
−
2
View file @
14d2ef31
...
...
@@ -134,7 +134,7 @@
{
"id"
:
"trivy"
,
"name"
:
"Trivy"
,
"description"
:
"Detect security vulnerabilities with [Trivy](https://
github.com/
aquasecurity/trivy
/
) (dependencies analysis)"
,
"description"
:
"Detect security vulnerabilities with [Trivy](https://aquasecurity
.github.io
/trivy) (dependencies analysis)"
,
"disable_with"
:
"PYTHON_TRIVY_DISABLED"
,
"variables"
:
[
{
...
...
@@ -144,7 +144,7 @@
},
{
"name"
:
"PYTHON_TRIVY_ARGS"
,
"description"
:
"Additional [Trivy CLI options](https://aquasecurity.github.io/trivy/
v0.21.1/getting-started/cli/fs
/)"
,
"description"
:
"Additional [Trivy CLI options](https://aquasecurity.github.io/trivy/
latest/docs/references/configuration/cli/trivy_filesystem
/)"
,
"default"
:
"--ignore-unfixed --pkg-types library --detection-priority comprehensive"
,
"advanced"
:
true
}
...
...
This diff is collapsed.
Click to expand it.
templates/gitlab-ci-python.yml
+
1
−
1
View file @
14d2ef31
...
...
@@ -108,7 +108,7 @@ spec:
_When unset, the latest version will be used_
default
:
'
'
trivy-args
:
description
:
Additional [Trivy CLI options](https://aquasecurity.github.io/trivy/
v0.21.1/getting-started/cli/fs
/)
description
:
Additional [Trivy CLI options](https://aquasecurity.github.io/trivy/
latest/docs/references/configuration/cli/trivy_filesystem
/)
default
:
--ignore-unfixed --pkg-types library --detection-priority comprehensive
sbom-disabled
:
description
:
Disable Software Bill of Materials
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment