tivix/Docker build

Builds, scans, and pushes a docker image

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
docker-pathPath to build inno./
docker-tagDocker tag of the built imageyes
docker-dockerfileDockerfile to useno
docker-targetDockerfile target stageno
docker-build-argsComma seperated build args to passno
docker-cache-fromWhere should docker look for cachesno
docker-cache-toWhere should docker write cachesnotype=inline
docker-extra-argsExtra arguments to pass to docker buildno
docker-attempt-pullWill attempt to pull the tag before buildingnofalse
trivy-scanWhether we scan the imagenofalse
trivy-versionWhich trivy version to usenolatest
trivy-formatTrivys output formatnotable
trivy-exit-codeTrivys exit code upon scan failureno2
trivy-ignore-unfixedShould we ignore unfixed CVEsnofalse
trivy-vuln-typeWhich vulnerabilities to scannoos,library
trivy-severityWhat severity CVEs should fail the scan. Can be UNKNOWN,LOW,MEDIUM,HIGH,CRITICAL or a mix of those.noMEDIUM,HIGH,CRITICAL
trivy-github-tokenGithub token to useno
docker-pushPush the built imagenotrue

no outputs