Skip to content

Commit b52fa7e

Browse files
ci(security): Update security.yml
1 parent 9d6b34d commit b52fa7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/security.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Security Scan
22

33
on:
44
schedule:
5-
- cron: '0 0 * * 1' #Roda toda segunda à meia-noite.
5+
- cron: '0 0 * * 1' # Roda toda segunda-feira à meia-noite
66
workflow_dispatch:
77

88
jobs:
@@ -45,7 +45,7 @@ jobs:
4545
- name: Install Trivy
4646
run: |
4747
sudo apt-get install wget -y
48-
wget https://github.com/aquasecurity/trivy/releases/latest/download/trivy_0.46.0_Linux-64bit.tar.gz
48+
wget https://github.com/aquasecurity/trivy/releases/download/v0.46.0/trivy_0.46.0_Linux-64bit.tar.gz # Link atualizado para a versão correta
4949
tar -xzf trivy_0.46.0_Linux-64bit.tar.gz
5050
sudo mv trivy /usr/local/bin/
5151

0 commit comments

Comments
 (0)