forked from GSA/fedramp-automation
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correct the org.opencontainers.image.source label
- Loading branch information
1 parent
6ea1cd7
commit 0e2d970
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,7 +49,7 @@ ARG APK_EXTRA_ARGS | |
ARG WGET_EXTRA_ARGS | ||
LABEL org.opencontainers.image.authors="FedRAMP Automation Team <[email protected]>" | ||
LABEL org.opencontainers.image.documentation="https://automate.fedramp.gov" | ||
LABEL org.opencontainers.image.source="https://github.com/GSA/fedramp-automation/tree/main/Dockerfile" | ||
LABEL org.opencontainers.image.source="https://github.com/GSA/fedramp-automation" | ||
LABEL org.opencontainers.image.vendor="GSA Technology Transformation Services" | ||
LABEL org.opencontainers.image.title="FedRAMP Validation Tools" | ||
LABEL org.opencontainers.image.description="FedRAMP's tools for validating OSCAL data" | ||
|