forked from daos-stack/daos
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Required-githooks: true Signed-off-by: Tomasz Gromadzki <[email protected]>
- Loading branch information
Showing
2 changed files
with
13 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,8 +19,7 @@ jobs: | |
scan-type: 'fs' | ||
scan-ref: '.' | ||
trivy-config: 'utils/trivy/trivy.yaml' | ||
output: 'trivy-report-daos.txt' | ||
template: '@./utils/trivy/csv.tpl' | ||
format: template | ||
|
||
- name: Prepare the report to be uploaded to the GitHub artifact store | ||
run: | | ||
|
@@ -34,6 +33,17 @@ jobs: | |
path: report/* | ||
name: trivy-report-daos | ||
|
||
- name: Run Trivy vulnerability scanner in repo mode | ||
uses: aquasecurity/[email protected] | ||
Check warning Code scanning / Scorecard Pinned-Dependencies Medium
score is 1: third-party GitHubAction not pinned by hash
Click Remediation section below to solve this issue |
||
with: | ||
scan-type: 'fs' | ||
scan-ref: '.' | ||
trivy-config: 'utils/trivy/trivy.yaml' | ||
format: 'table' | ||
|
||
- name: Show results | ||
run: cat trivy-report-daos.txt | ||
|
||
- name: Run Trivy vulnerability scanner in repo mode | ||
uses: aquasecurity/[email protected] | ||
Check warning Code scanning / Scorecard Pinned-Dependencies Medium
score is 1: third-party GitHubAction not pinned by hash
Click Remediation section below to solve this issue |
||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters