adding xray scan

This commit is contained in:
Jesse Houldsworth 2025-03-17 11:50:18 -07:00
parent 8a57ffa71f
commit 3e3c2afff8

View file

@ -73,7 +73,14 @@ jobs:
--build-number="${{ github.run_id }}"
#################################################
# 8) Build Docker Image
# 8) Scan with XRay
#################################################
- name: Scan Artifact
run: |
jf scan /path/to/artifact
#################################################
# 9) Build Docker Image
#################################################
- name: Build Docker Image
run: |
@ -81,7 +88,7 @@ jobs:
# Builds the application into a Docker image and tags it with the GitHub run ID
#################################################
# 9) Push Docker Image to JFrog Artifactory
# 10) Push Docker Image to JFrog Artifactory
#################################################
- name: Docker Push to Artifactory
run: |
@ -93,7 +100,7 @@ jobs:
# Uploads the built Docker image to Artifactory for storage and deployment
#################################################
# 10) Publish Build Information to JFrog
# 11) Publish Build Information to JFrog
#################################################
- name: Publish Build Info
run: |