aquasecurity / trivy-action

Runs Trivy as GitHub action to scan your Docker container image for vulnerabilities
Apache License 2.0
789 stars 227 forks source link

fix errata in entrypoint.sh #345

Closed newmind closed 5 months ago

newmind commented 5 months ago

Desc.

Removed errata

# from
trivy --config $trivyConfig ${scanType} ${ARGS}" ${artifactRef}
# to
trivy --config $trivyConfig ${scanType} ${ARGS} ${artifactRef}
CLAassistant commented 5 months ago

CLA assistant check
All committers have signed the CLA.

nicolargo commented 5 months ago

Duplicate: https://github.com/aquasecurity/trivy-action/pull/344