We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d3785d commit 6b7858cCopy full SHA for 6b7858c
.github/workflows/ci.yaml
@@ -136,7 +136,7 @@ jobs:
136
137
# Check for any typos
138
- name: Check for typos
139
- uses: crate-ci/typos@v1.16.20
+ uses: crate-ci/typos@v1.16.21
140
with:
141
config: .github/workflows/typos.toml
142
.github/workflows/security.yaml
@@ -122,7 +122,7 @@ jobs:
122
image_name: ${{ steps.build.outputs.image }}
123
124
- name: Run Trivy vulnerability scanner
125
- uses: aquasecurity/trivy-action@fbd16365eb88e12433951383f5e99bd901fc618f
+ uses: aquasecurity/trivy-action@b77b85c0254bba6789e787844f0585cde1e56320
126
127
image-ref: ${{ steps.build.outputs.image }}
128
format: sarif
0 commit comments