Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mi nueva rama #366

Open
wants to merge 34 commits into
base: main
Choose a base branch
from
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 vulnerability_scan.yml
  • Loading branch information
mhernes authored Aug 11, 2024
commit 4a023052a26eb95af9e1ace26c275100e52fca4d
4 changes: 2 additions & 2 deletions .github/workflows/vulnerability_scan.yml
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@ jobs:
id: scan1
uses: sysdiglabs/scan-action@v5
with:
image-tag: voting-app/vote:latest
image-tag: vote:latest
sysdig-secure-token: 98513912-9a2c-4f60-a5ba-2c424565e793 #${{ secrets.SYSDIG_SECURE_TOKEN }}
sysdig-secure-url: https://eu1.app.sysdig.com
#sarif-output-file: ${{ github.workspace }}/sarif.json
@@ -37,7 +37,7 @@ jobs:
id: scan2
uses: sysdiglabs/scan-action@v5
with:
image-tag: voting-app/result:latest
image-tag: result:latest
sysdig-secure-token: 98513912-9a2c-4f60-a5ba-2c424565e793 #${{ secrets.SYSDIG_SECURE_TOKEN }}
sysdig-secure-url: https://eu1.app.sysdig.com
#sarif-output-file: ${{ github.workspace }}/sarif.json