mirror of
https://github.com/aquasecurity/trivy.git
synced 2025-12-07 13:20:46 -08:00
chore(deps): bump the github-actions group with 3 updates (#8473)
Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nikpivkin <nikita.pivkin@smartforce.io> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: nikpivkin <nikita.pivkin@smartforce.io>
This commit is contained in:
2
.github/workflows/publish-chart.yaml
vendored
2
.github/workflows/publish-chart.yaml
vendored
@@ -33,7 +33,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: Install Helm
|
- name: Install Helm
|
||||||
uses: azure/setup-helm@fe7b79cd5ee1e45176fcad797de68ecaf3ca4814
|
uses: azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112
|
||||||
with:
|
with:
|
||||||
version: v3.14.4
|
version: v3.14.4
|
||||||
- name: Set up python
|
- name: Set up python
|
||||||
|
|||||||
2
.github/workflows/reusable-release.yaml
vendored
2
.github/workflows/reusable-release.yaml
vendored
@@ -28,7 +28,7 @@ jobs:
|
|||||||
contents: read # Not required for public repositories, but for clarity
|
contents: read # Not required for public repositories, but for clarity
|
||||||
steps:
|
steps:
|
||||||
- name: Cosign install
|
- name: Cosign install
|
||||||
uses: sigstore/cosign-installer@dc72c7d5c4d10cd6bcb8cf6e3fd625a9e5e537da
|
uses: sigstore/cosign-installer@d7d6bc7722e3daa8354c50bcb52f4837da5e9b6a
|
||||||
|
|
||||||
- name: Set up QEMU
|
- name: Set up QEMU
|
||||||
uses: docker/setup-qemu-action@v3
|
uses: docker/setup-qemu-action@v3
|
||||||
|
|||||||
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
@@ -40,7 +40,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Lint
|
- name: Lint
|
||||||
id: lint
|
id: lint
|
||||||
uses: golangci/golangci-lint-action@v6.2.0
|
uses: golangci/golangci-lint-action@v6.5.0
|
||||||
with:
|
with:
|
||||||
version: v1.61
|
version: v1.61
|
||||||
args: --verbose --out-format=line-number
|
args: --verbose --out-format=line-number
|
||||||
|
|||||||
@@ -73,7 +73,8 @@ linters-settings:
|
|||||||
- G304
|
- G304
|
||||||
- G402
|
- G402
|
||||||
govet:
|
govet:
|
||||||
check-shadowing: false
|
disable:
|
||||||
|
- shadow
|
||||||
misspell:
|
misspell:
|
||||||
locale: US
|
locale: US
|
||||||
ignore-words:
|
ignore-words:
|
||||||
|
|||||||
Reference in New Issue
Block a user