Skip to content

Commit

Permalink
Merge pull request #3 from redhat-appstudio/test-EC-checks
Browse files Browse the repository at this point in the history
Sync midstream changes
  • Loading branch information
chmeliik authored Jan 19, 2024
2 parents 7c95c0d + 390a45c commit fe1934b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,17 @@ LABEL org.opencontainers.image.description="CLI tool and library for generating
LABEL org.opencontainers.image.vendor="Red Hat, Inc."
LABEL org.opencontainers.image.licenses="Apache-2.0"

# required per https://github.com/release-engineering/rhtap-ec-policy/blob/main/data/rule_data.yml
# TODO: set up in Bugzilla
LABEL com.redhat.component="syft"
LABEL version="0.89.0"
# TODO: document the need to bump this on every re-release of the same version
LABEL release="1"
LABEL name="syft"
LABEL description="CLI tool and library for generating a Software Bill of Materials from container images and filesystems"
LABEL io.k8s.description="CLI tool and library for generating a Software Bill of Materials from container images and filesystems"
LABEL vendor="Red Hat, Inc."
LABEL url="https://github.com/redhat-appstudio/rh-syft"
LABEL distribution-scope="public"

ENTRYPOINT ["/syft"]

0 comments on commit fe1934b

Please sign in to comment.