Start new talk for rhacs roxctl.
This commit is contained in:
39
.github/workflows/manual-rhacs-pipeline.yaml
vendored
Normal file
39
.github/workflows/manual-rhacs-pipeline.yaml
vendored
Normal file
@ -0,0 +1,39 @@
|
||||
---
|
||||
name: Secure image build
|
||||
on: workflow_dispatch
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
|
||||
build-image:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Build image
|
||||
uses: redhat-actions/buildah-build@v2
|
||||
with:
|
||||
image: quay.io/rh_ee_jablair/ubi9:latest
|
||||
tags: v1 ${{ github.sha }}
|
||||
containerfiles: |
|
||||
./2024-08-28-rhacs-actions-pipeline/Containerfile
|
||||
|
||||
# push-image:
|
||||
# runs-on: ubuntu-latest
|
||||
|
||||
# scan-image:
|
||||
# runs-on: ubuntu-latest
|
||||
|
||||
# steps:
|
||||
# - name: Central login
|
||||
# uses: stackrox/central-login@v1
|
||||
# with:
|
||||
# endpoint: ${{ env.CENTRAL_ENDPOINT }}
|
||||
# - name: Install roxctl
|
||||
# uses: stackrox/roxctl-installer-action@v1
|
||||
# with:
|
||||
# central-endpoint: ${{ env.CENTRAL_ENDPOINT }}
|
||||
# central-token: ${{ env.ROX_API_TOKEN }}
|
||||
Reference in New Issue
Block a user