Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
aaa23a9839 | |||
812989df47 | |||
452161ff03 |
@ -16,7 +16,7 @@ steps:
|
||||
scan_image:
|
||||
image: aquasec/trivy
|
||||
commands:
|
||||
- trivy image $FORGE_NAME/$CI_REPO:$CI_COMMIT_SHA --quiet --exit-code 1
|
||||
- TRIVY_DISABLE_VEX_NOTICE=1 trivy image $FORGE_NAME/$CI_REPO:$CI_COMMIT_SHA --quiet --exit-code 1
|
||||
when:
|
||||
- event: [push, tag]
|
||||
deploy:
|
||||
|
@ -63,7 +63,6 @@ def index():
|
||||
</head>
|
||||
<body>
|
||||
{graph_html}
|
||||
{graph_html}
|
||||
</body>
|
||||
</html>
|
||||
""")
|
||||
|
Reference in New Issue
Block a user