removed unnecessary code w/ burnettk

This commit is contained in:
jasquat 2024-08-14 17:24:12 -04:00
parent def648efe8
commit 284740ab07
No known key found for this signature in database
1 changed files with 0 additions and 8 deletions

View File

@ -17,13 +17,6 @@ inputs:
required: true
default: "report.sarif"
# runs:
# using: "docker"
# image: "python:3.12"
# args:
# - "python"
# - "/wait-for-ecr-scan-and-get-sarif/main.py"
runs:
using: "composite"
steps:
@ -48,5 +41,4 @@ runs:
--image_tag ${{ inputs.image_tag }} \
--aws_region ${{ inputs.aws_region }} \
--output_file ${{ inputs.output_file }}
cp trivy-report-ubuntu.sarif ${{ inputs.output_file }}
id: run_script