Skip to content

Commit

Permalink
ci: test
Browse files Browse the repository at this point in the history
Signed-off-by: r3drun3 <[email protected]>
  • Loading branch information
R3DRUN3 committed Jan 10, 2024
1 parent 8e9ecb8 commit 5b1a15a
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion .github/workflows/patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
# provide relevant list of images to scan on each run
images: ['docker.io/library/nginx:1.21.6', 'docker.io/openpolicyagent/opa:0.46.0']


steps:

- name: Checkout Repository
Expand Down Expand Up @@ -75,6 +74,22 @@ jobs:
run: |
docker push ghcr.io/r3drun3/immunize/${{ steps.copa.outputs.patched-image }}
# - name: Check GitHub Workspace Contents
# run: |
# ls -R $GITHUB_WORKSPACE
# shell: bash

# - name: Send Mail Report
# if: steps.login.conclusion == 'success'
# run: |
# PATCHED_IMAGES=${{ steps.copa.outputs.patched-image }}
# echo "PATCHED_IMAGES=${PATCHED_IMAGES}" >> $GITHUB_ENV
# python $GITHUB_WORKSPACE/send_mail_report.py
# env:
# EMAIL_RECIPIENTS: ${{ secrets.EMAIL_RECIPIENTS }}
# EMAIL_ADDRESS: ${{ secrets.EMAIL_ADDRESS }}
# EMAIL_PASSWORD: ${{ secrets.EMAIL_PASSWORD }}


send-mail-report:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 5b1a15a

Please sign in to comment.