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.
[chore] Update container image to cli v2.4.0 (GSA#971)
- Loading branch information
1 parent
b2c9712
commit 9d7946c
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 |
---|---|---|
|
@@ -10,7 +10,7 @@ ARG TEMURIN_APK_KEY_URL=https://packages.adoptium.net/artifactory/api/security/k | |
ARG TEMURIN_APK_REPO_URL=https://packages.adoptium.net/artifactory/apk/alpine/main | ||
ARG TEMURIN_APK_VERSION=temurin-22-jdk | ||
ARG MAVEN_DEP_PLUGIN_VERSION=3.8.0 | ||
ARG OSCAL_CLI_VERSION=2.3.1 | ||
ARG OSCAL_CLI_VERSION=2.4.0 | ||
# Current public key ID for [email protected] releases of oscal-cli | ||
# Static analysis from docker build and push warns this is a secret, it is not | ||
# and is necessary to cross-ref the Maven GPG key for checking build signatures. | ||
|