removed unnecessary code w/ burnettk
This commit is contained in:
parent
def648efe8
commit
284740ab07
|
@ -17,13 +17,6 @@ inputs:
|
||||||
required: true
|
required: true
|
||||||
default: "report.sarif"
|
default: "report.sarif"
|
||||||
|
|
||||||
# runs:
|
|
||||||
# using: "docker"
|
|
||||||
# image: "python:3.12"
|
|
||||||
# args:
|
|
||||||
# - "python"
|
|
||||||
# - "/wait-for-ecr-scan-and-get-sarif/main.py"
|
|
||||||
|
|
||||||
runs:
|
runs:
|
||||||
using: "composite"
|
using: "composite"
|
||||||
steps:
|
steps:
|
||||||
|
@ -48,5 +41,4 @@ runs:
|
||||||
--image_tag ${{ inputs.image_tag }} \
|
--image_tag ${{ inputs.image_tag }} \
|
||||||
--aws_region ${{ inputs.aws_region }} \
|
--aws_region ${{ inputs.aws_region }} \
|
||||||
--output_file ${{ inputs.output_file }}
|
--output_file ${{ inputs.output_file }}
|
||||||
cp trivy-report-ubuntu.sarif ${{ inputs.output_file }}
|
|
||||||
id: run_script
|
id: run_script
|
||||||
|
|
Loading…
Reference in New Issue