Skip to content
Snippets Groups Projects
Commit 89553925 authored by (INACTIVE) Marcel Bajdel (new marcel.bajdel)'s avatar (INACTIVE) Marcel Bajdel (new marcel.bajdel) :rocket:
Browse files

correction to branch scan

parent b2f96c2f
No related branches found
No related tags found
3 merge requests!20Release,!13Docker image branch,!12Docker image branch
......@@ -41,7 +41,7 @@ branch_scan:
script:
- mkdir scan_result
- cd tar_images
- trivy image --timeout 15m --offline-scan --input $tar_image -f json -o ../scan_result/$CI_COMMIT_BRANCH.json --severity CRITICAL; fi
- trivy image --timeout 15m --offline-scan --input $CI_COMMIT_BRANCH -f json -o ../scan_result/$CI_COMMIT_BRANCH.json --severity CRITICAL
artifacts:
paths:
- scan_result
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment