File tree Expand file tree Collapse file tree 2 files changed +1
-8
lines changed 
actions/lambda_artifacts_build Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,6 @@ inputs:
2727runs :
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 
3938        ./build-lambda-layer.sh 
4039        pip install tox 
4140        tox 
42- uses : actions/checkout@v4  # v4
4341name : Upload Layer to S3 
4442      shell : bash 
4543      run : | 
Original file line number Diff line number Diff line change 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 :
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 }} 
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 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments