Skip to content

Commit cb5379e

Browse files
authored
Fix nix hash (#791)
* update nix package * update trivy action
1 parent 588f164 commit cb5379e

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

.github/workflows/sbom.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
submodules: recursive
3333

3434
- name: Create SBOM with Trivy
35-
uses: aquasecurity/trivy-action@0.33.1
35+
uses: aquasecurity/trivy-action@0.34.1
3636
env:
3737
TRIVY_SHOW_SUPPRESSED: 1
3838
TRIVY_IGNOREFILE: "./.trivyignore.yaml"
@@ -45,7 +45,7 @@ jobs:
4545
scanners: "vuln"
4646

4747
- name: Create security advisory file with Trivy
48-
uses: aquasecurity/trivy-action@0.33.1
48+
uses: aquasecurity/trivy-action@0.34.1
4949
env:
5050
TRIVY_SHOW_SUPPRESSED: 1
5151
TRIVY_IGNOREFILE: "./.trivyignore.yaml"

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
submodules: recursive
4545

4646
- name: Scan code with Trivy
47-
uses: aquasecurity/trivy-action@0.33.1
47+
uses: aquasecurity/trivy-action@0.34.1
4848
env:
4949
TRIVY_SHOW_SUPPRESSED: 1
5050
TRIVY_IGNOREFILE: "./.trivyignore.yaml"

flake.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nix/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ in
9090
;
9191

9292
fetcherVersion = 2;
93-
hash = "sha256-48qxI+sEoLyXpCSUu1OPtDt5XgJa1ohCU40q4J91btk=";
93+
hash = "sha256-iOsSI/QjjPfVpMHIrr1lXQxSdiLQpGeSfSGe0g8dSqY=";
9494
};
9595

9696
buildPhase = ''

0 commit comments

Comments
 (0)