---
when:
- event: [pull_request, tag]
- event: [push, manual]
branch:
- ${CI_REPO_DEFAULT_BRANCH}
steps:
binary:
image: docker.io/clux/muslrust:nightly-2021-04-14
commands:
- make build
security-build:
image: quay.io/thegeeklab/wp-docker-buildx:2
settings:
containerfile: Containerfile
output: type=oci,dest=oci/${CI_REPO_NAME},tar=false
repo: thegeeklab/${CI_REPO_NAME}
security-scan:
image: ghcr.io/aquasecurity/trivy
- trivy -v
- trivy image --input oci/${CI_REPO_NAME}
environment:
TRIVY_EXIT_CODE: "1"
TRIVY_IGNORE_UNFIXED: "true"
TRIVY_NO_PROGRESS: "true"
TRIVY_SEVERITY: HIGH,CRITICAL
TRIVY_TIMEOUT: 1m
publish-dockerhub:
group: container
auto_tag: true
password:
from_secret: docker_password
provenance: false
username:
from_secret: docker_username
- event: [tag]
publish-quay:
from_secret: quay_password
registry: quay.io
repo: quay.io/thegeeklab/${CI_REPO_NAME}
from_secret: quay_username