Skip to content
Open
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
acaa965
Create deploy.yml
mhernes Aug 10, 2024
1c00930
Update deploy.yml
mhernes Aug 10, 2024
e2c37b9
Create sysdig-scan.yml
mhernes Aug 11, 2024
cb72a99
Create main.yml
mhernes Aug 11, 2024
4b9b962
Update sysdig-scan.yml
mhernes Aug 11, 2024
961fcf5
Update sysdig-scan.yml
mhernes Aug 11, 2024
19edf63
Create IaC_scan.yml
mhernes Aug 11, 2024
c7093ef
Update main.yml
mhernes Aug 11, 2024
cb7160d
Update IaC_scan.yml
mhernes Aug 11, 2024
91c18c6
Update IaC_scan.yml
mhernes Aug 11, 2024
fe8a693
Update IaC_scan.yml
mhernes Aug 11, 2024
d4f2a71
Update IaC_scan.yml
mhernes Aug 11, 2024
5e67e1b
Update IaC_scan.yml
mhernes Aug 11, 2024
9ad8e2c
Update IaC_scan.yml
mhernes Aug 11, 2024
45cede6
Update IaC_scan.yml
mhernes Aug 11, 2024
1b6a311
Update IaC_scan.yml
mhernes Aug 11, 2024
90f3469
Update IaC_scan.yml
mhernes Aug 11, 2024
ebd9933
Rename main.yml to vulnerability_scan.yml
mhernes Aug 11, 2024
02aeec4
Update vulnerability_scan.yml
mhernes Aug 11, 2024
ded27e1
Update Dockerfile
mhernes Aug 11, 2024
558e3ff
Update vulnerability_scan.yml
mhernes Aug 11, 2024
d20f25f
Update vulnerability_scan.yml
mhernes Aug 11, 2024
8b463a4
Update vulnerability_scan.yml
mhernes Aug 11, 2024
ad8fcff
Update vulnerability_scan.yml
mhernes Aug 11, 2024
54b20c9
Update Dockerfile
mhernes Aug 11, 2024
07554aa
Update Dockerfile
mhernes Aug 11, 2024
1b45758
Update vulnerability_scan.yml
mhernes Aug 11, 2024
4a02305
Update vulnerability_scan.yml
mhernes Aug 11, 2024
e6bc2a7
Update vulnerability_scan.yml
mhernes Aug 11, 2024
8c0e938
Update IaC_scan.yml
mhernes Aug 11, 2024
56fcfc2
Update IaC_scan.yml
mhernes Aug 11, 2024
2269be4
Update IaC_scan.yml
mhernes Aug 11, 2024
de3560c
Create bad_code.tf
mhernes Aug 11, 2024
f50a4cf
Descripción breve de los cambios
mhernes Aug 12, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update deploy.yml
  • Loading branch information
mhernes authored Aug 10, 2024
commit 1c00930cd6cef40d80a898714cef9142a2117e7a
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: ${{ secrets.AWS_REGION }}
aws-region: eu-west-1 # ${{ secrets.AWS_REGION }}

- name: Log in to Amazon ECR
id: login-ecr
Expand Down