We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfa92e0 commit fd68da8Copy full SHA for fd68da8
2 files changed
.github/workflows/rust-sbom.yml
@@ -7,7 +7,7 @@
7
# More details at https://github.com/rust-lang/rust-clippy
8
# and https://rust-lang.github.io/rust-clippy/
9
10
-name: rust-sonarqube analyze
+name: rust-sbom gen
11
12
on:
13
push:
@@ -22,7 +22,7 @@ on:
22
- cron: "50 23 * * *"
23
24
jobs:
25
- rust-clippy-analyze:
+ rust-sbom:
26
name: Run rust-clippy analyzing
27
runs-on: ubuntu-latest
28
permissions:
.github/workflows/rust-sonar.yml
@@ -21,7 +21,7 @@ on:
21
+ rust-sonar-analyze:
0 commit comments