Skip to content

Commit 1f41ba9

Browse files
committed
Revert "Test findings"
This reverts commit f2f0523.
1 parent a98c143 commit 1f41ba9

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

.github/actions/lambda_artifacts_build/action.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ inputs:
2727
runs:
2828
using: "composite"
2929
steps:
30-
- uses: actions/checkout@v4
3130
- name: Build sample lambda function
3231
shell: bash
3332
working-directory: ${{ inputs.layer_directory }}/sample-apps
@@ -39,7 +38,6 @@ runs:
3938
./build-lambda-layer.sh
4039
pip install tox
4140
tox
42-
- uses: actions/checkout@v4 #v4
4341
- name: Upload Layer to S3
4442
shell: bash
4543
run: |

.github/workflows/daily-scan.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ jobs:
2525
scan_and_report:
2626
runs-on: ubuntu-latest
2727
steps:
28-
# - uses: actions/checkout@v4
2928
- name: Checkout repo for dependency scan
3029
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #5.0.0
3130
with:
@@ -36,7 +35,6 @@ jobs:
3635
with:
3736
python-version: "3.10"
3837

39-
# - uses: actions/checkout@v4 #v4
4038
- name: Create requirements.txt for dependency scan
4139
run: |
4240
python -m venv env
@@ -51,16 +49,14 @@ jobs:
5149
java-version: 17
5250
distribution: 'temurin'
5351

54-
- uses: actions/checkout@v4 #v4
55-
5652
- name: Configure AWS credentials for dependency scan
5753
uses: aws-actions/configure-aws-credentials@a03048d87541d1d9fcf2ecf528a4a65ba9bd7838 #5.0.0
5854
with:
5955
role-to-assume: ${{ secrets.SECRET_MANAGER_ROLE_ARN }}
6056
aws-region: ${{ env.AWS_DEFAULT_REGION }}
6157

6258
- name: Get NVD API key for dependency scan
63-
uses: aws-actions/aws-secretsmanager-get-secrets@2
59+
uses: aws-actions/aws-secretsmanager-get-secrets@a9a7eb4e2f2871d30dc5b892576fde60a2ecc802 #v2.0.10
6460
id: nvd_api_key
6561
with:
6662
secret-ids: ${{ secrets.NVD_API_KEY_SECRET_ARN }}
@@ -103,7 +99,6 @@ jobs:
10399
severity: 'CRITICAL,HIGH'
104100
logout: 'false'
105101

106-
- uses: actions/checkout@v4
107102
- name: Perform low image scan
108103
if: always()
109104
id: low_scan

0 commit comments

Comments
 (0)