@@ -62,7 +62,7 @@ Parent project uuid in Dependency-Track (available in DT v4.8 and later)
62
62
63
63
With project name and version:
64
64
``` yml
65
- uses : DependencyTrack/gh-upload-sbom@v3.0.0
65
+ uses : DependencyTrack/gh-upload-sbom@v3
66
66
with :
67
67
serverHostname : ' example.com'
68
68
apiKey : ${{ secrets.DEPENDENCYTRACK_APIKEY }}
74
74
75
75
With project name, version and tags:
76
76
` ` ` yml
77
- uses : DependencyTrack/gh-upload-sbom@v2.0.0
77
+ uses : DependencyTrack/gh-upload-sbom@v3
78
78
with :
79
79
serverHostname : ' example.com'
80
80
apiKey : ${{ secrets.DEPENDENCYTRACK_APIKEY }}
87
87
88
88
With protocol, port and project name:
89
89
` ` ` yml
90
- uses : DependencyTrack/gh-upload-sbom@v3.0.0
90
+ uses : DependencyTrack/gh-upload-sbom@v3
91
91
with :
92
92
protocol : ${{ secrets.DEPENDENCYTRACK_PROTOCOL }}
93
93
serverHostname : ${{ secrets.DEPENDENCYTRACK_HOSTNAME }}
@@ -101,7 +101,7 @@ with:
101
101
102
102
With project uuid:
103
103
` ` ` yml
104
- uses : DependencyTrack/gh-upload-sbom@v3.0.0
104
+ uses : DependencyTrack/gh-upload-sbom@v3
105
105
with :
106
106
serverHostname : ' example.com'
107
107
apiKey : ${{ secrets.DEPENDENCYTRACK_APIKEY }}
@@ -110,7 +110,7 @@ with:
110
110
111
111
With protocol, port, project name and parent name:
112
112
` ` ` yml
113
- uses : DependencyTrack/gh-upload-sbom@v3.0.0
113
+ uses : DependencyTrack/gh-upload-sbom@v3
114
114
with :
115
115
protocol : ${{ secrets.DEPENDENCYTRACK_PROTOCOL }}
116
116
serverHostname : ${{ secrets.DEPENDENCYTRACK_HOSTNAME }}
@@ -126,7 +126,7 @@ with:
126
126
127
127
With parent uuid:
128
128
` ` ` yml
129
- uses : DependencyTrack/gh-upload-sbom@v3.0.0
129
+ uses : DependencyTrack/gh-upload-sbom@v3
130
130
with :
131
131
serverHostname : ' example.com'
132
132
apiKey : ${{ secrets.DEPENDENCYTRACK_APIKEY }}
0 commit comments