Skip to content

Commit

Permalink
Merge pull request #5 from Richard-Barrett/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…aquasecurity/trivy-action-0.28.0

Bump aquasecurity/trivy-action from 0.20.0 to 0.28.0
  • Loading branch information
Richard-Barrett authored Oct 29, 2024
2 parents ab11d87 + 74cd712 commit d94637d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/trivy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v4
- name: Security Scan
if: github.ref != format('refs/heads/{0}', github.event.repository.default_branch)
uses: aquasecurity/trivy-action@0.20.0
uses: aquasecurity/trivy-action@0.28.0
with:
scan-type: 'config'
scan-ref: './examples/complete/'
Expand Down
2 changes: 1 addition & 1 deletion examples/complete/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_version = ">= 1.5.6"
required_providers {
platform = {
source = "jfrog/platform"
source = "jfrog/platform"
version = "1.15.1"
}
}
Expand Down
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_version = ">= 1.5.6"
required_providers {
platform = {
source = "jfrog/platform"
source = "jfrog/platform"
version = "1.15.1"
}
}
Expand Down

0 comments on commit d94637d

Please sign in to comment.