We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d6b34d commit b52fa7eCopy full SHA for b52fa7e
.github/workflows/security.yml
@@ -2,7 +2,7 @@ name: Security Scan
2
3
on:
4
schedule:
5
- - cron: '0 0 * * 1' #Roda toda segunda à meia-noite.
+ - cron: '0 0 * * 1' # Roda toda segunda-feira à meia-noite
6
workflow_dispatch:
7
8
jobs:
@@ -45,7 +45,7 @@ jobs:
45
- name: Install Trivy
46
run: |
47
sudo apt-get install wget -y
48
- wget https://github.com/aquasecurity/trivy/releases/latest/download/trivy_0.46.0_Linux-64bit.tar.gz
+ 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
49
tar -xzf trivy_0.46.0_Linux-64bit.tar.gz
50
sudo mv trivy /usr/local/bin/
51
0 commit comments