-
Notifications
You must be signed in to change notification settings - Fork 132
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
191d5b1
commit 0b3a6a1
Showing
6 changed files
with
61 additions
and
9 deletions.
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
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
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 |
---|---|---|
|
@@ -124,6 +124,28 @@ jobs: | |
tag: "${{ github.event.release.tag_name }}-rc" | ||
severity: "CRITICAL" | ||
|
||
packaging-docker-fips: | ||
needs: [unit-test, proxy-tests] | ||
uses: ./.github/workflows/component_docker_packaging.yml | ||
secrets: | ||
DOCKER_HUB_ID: ${{secrets.OHAI_DOCKER_HUB_ID}} | ||
DOCKER_HUB_PASSWORD: ${{secrets.OHAI_DOCKER_HUB_PASSWORD}} | ||
GPG_MAIL: '[email protected]' | ||
GPG_PASSPHRASE: ${{ secrets.OHAI_GPG_PASSPHRASE }} | ||
GPG_PRIVATE_KEY_BASE64: ${{ secrets.OHAI_GPG_PRIVATE_KEY_BASE64 }} # base64 encoded | ||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
with: | ||
TAG: ${{ github.event.release.tag_name }} | ||
FIPS: true | ||
|
||
docker-fips-trivy-critical: | ||
needs: [packaging-docker-fips] | ||
uses: ./.github/workflows/component_trivy.yml | ||
with: | ||
tag: "${{ github.event.release.tag_name }}-rc" | ||
severity: "CRITICAL" | ||
FIPS: true | ||
|
||
publishing-to-s3: | ||
# point to staging after tests | ||
name: Publish linux artifacts into s3 staging bucket | ||
|
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
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
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