You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--apiUrl string The devguard api url (default "api.devguard.org")
13
+
--assetName string The asset name to use
14
+
-h, --help helpfor fetch-links
15
+
--supplyChainId string The supply chain id to fetch the links for
16
+
--token string The token to use to authenticate with the devguard api
17
+
```
18
+
19
+
### Options inherited from parent commands
20
+
21
+
```shell
22
+
--generateSlsaProvenance Generate SLSA provenance forthe in-toto link. The provenance will be storedin<stepname>.provenance.json. It will be signed using the intoto token.
23
+
--ignore stringArray The ignore patterns for the in-toto link (default [.git/**/*])
24
+
-l, --logLevel string Set the log level. Options: debug, info, warn, error (default "info")
25
+
--materials stringArray The materials to include in the in-toto link. Default is the current directory (default [.])
26
+
--products stringArray The products to include in the in-toto link. Default is the current directory (default [.])
Help provides help for any command in the application.
8
+
Simply type intoto help [path to command] for full details.
9
+
10
+
```shell
11
+
devguard-scanner intoto help [command] [flags]
12
+
```
13
+
14
+
### Options
15
+
16
+
```shell
17
+
-h, --help helpforhelp
18
+
```
19
+
20
+
### Options inherited from parent commands
21
+
22
+
```shell
23
+
--apiUrl string The devguard api url
24
+
--assetName string The asset name to use
25
+
--generateSlsaProvenance Generate SLSA provenance forthe in-toto link. The provenance will be storedin<stepname>.provenance.json. It will be signed using the intoto token.
26
+
--ignore stringArray The ignore patterns for the in-toto link (default [.git/**/*])
27
+
-l, --logLevel string Set the log level. Options: debug, info, warn, error (default "info")
28
+
--materials stringArray The materials to include in the in-toto link. Default is the current directory (default [.])
29
+
--products stringArray The products to include in the in-toto link. Default is the current directory (default [.])
30
+
--step string The name of the in-toto link
31
+
--supplyChainId string The supply chain id to use. If empty, tries to extract the current commit hash.
--supplyChainOutputDigest string If defined, sends this digest to devguard. This should be the digest of the whole supply chain.
16
+
```
17
+
18
+
### Options inherited from parent commands
19
+
20
+
```shell
21
+
--assetName string The asset name to use
22
+
--generateSlsaProvenance Generate SLSA provenance forthe in-toto link. The provenance will be storedin<stepname>.provenance.json. It will be signed using the intoto token.
23
+
--ignore stringArray The ignore patterns for the in-toto link (default [.git/**/*])
24
+
-l, --logLevel string Set the log level. Options: debug, info, warn, error (default "info")
25
+
--materials stringArray The materials to include in the in-toto link. Default is the current directory (default [.])
26
+
--products stringArray The products to include in the in-toto link. Default is the current directory (default [.])
27
+
--supplyChainId string The supply chain id to use. If empty, tries to extract the current commit hash.
--generateSlsaProvenance Generate SLSA provenance forthe in-toto link. The provenance will be storedin<stepname>.provenance.json. It will be signed using the intoto token.
21
+
--ignore stringArray The ignore patterns for the in-toto link (default [.git/**/*])
22
+
-l, --logLevel string Set the log level. Options: debug, info, warn, error (default "info")
23
+
--materials stringArray The materials to include in the in-toto link. Default is the current directory (default [.])
24
+
--products stringArray The products to include in the in-toto link. Default is the current directory (default [.])
25
+
--step string The name of the in-toto link
26
+
--supplyChainId string The supply chain id to use. If empty, tries to extract the current commit hash.
--generateSlsaProvenance Generate SLSA provenance forthe in-toto link. The provenance will be storedin<stepname>.provenance.json. It will be signed using the intoto token.
21
+
--ignore stringArray The ignore patterns for the in-toto link (default [.git/**/*])
22
+
-l, --logLevel string Set the log level. Options: debug, info, warn, error (default "info")
23
+
--materials stringArray The materials to include in the in-toto link. Default is the current directory (default [.])
24
+
--products stringArray The products to include in the in-toto link. Default is the current directory (default [.])
25
+
--step string The name of the in-toto link
26
+
--supplyChainId string The supply chain id to use. If empty, tries to extract the current commit hash.
--output string The output file name. Default is the <step>.link.json name
14
+
```
15
+
16
+
### Options inherited from parent commands
17
+
18
+
```shell
19
+
--apiUrl string The devguard api url
20
+
--assetName string The asset name to use
21
+
--generateSlsaProvenance Generate SLSA provenance forthe in-toto link. The provenance will be storedin<stepname>.provenance.json. It will be signed using the intoto token.
22
+
--ignore stringArray The ignore patterns for the in-toto link (default [.git/**/*])
23
+
-l, --logLevel string Set the log level. Options: debug, info, warn, error (default "info")
24
+
--materials stringArray The materials to include in the in-toto link. Default is the current directory (default [.])
25
+
--products stringArray The products to include in the in-toto link. Default is the current directory (default [.])
26
+
--step string The name of the in-toto link
27
+
--supplyChainId string The supply chain id to use. If empty, tries to extract the current commit hash.
--generateSlsaProvenance Generate SLSA provenance forthe in-toto link. The provenance will be storedin<stepname>.provenance.json. It will be signed using the intoto token.
24
+
--ignore stringArray The ignore patterns for the in-toto link (default [.git/**/*])
25
+
-l, --logLevel string Set the log level. Options: debug, info, warn, error (default "info")
26
+
--materials stringArray The materials to include in the in-toto link. Default is the current directory (default [.])
27
+
--products stringArray The products to include in the in-toto link. Default is the current directory (default [.])
0 commit comments