avoid docker w/ burnettk
This commit is contained in:
parent
d33c5428fc
commit
e0a57301aa
|
@ -21,17 +21,22 @@ outputs:
|
|||
sarif_report:
|
||||
description: "The SARIF report generated by the scan."
|
||||
|
||||
runs:
|
||||
using: "docker"
|
||||
image: "python:3.12"
|
||||
args:
|
||||
- "python"
|
||||
- "/wait-for-ecr-scan-and-get-sarif/main.py"
|
||||
# runs:
|
||||
# using: "docker"
|
||||
# image: "python:3.12"
|
||||
# args:
|
||||
# - "python"
|
||||
# - "/wait-for-ecr-scan-and-get-sarif/main.py"
|
||||
|
||||
steps:
|
||||
- name: Check out the repository
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Set up Python 3.12
|
||||
uses: actions/setup-python@v5.1.1
|
||||
with:
|
||||
python-version: 3.12
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
pip install -r /wait-for-ecr-scan-and-get-sarif/requirements.txt
|
||||
|
|
Loading…
Reference in New Issue