We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49e8ebc commit acb3008Copy full SHA for acb3008
README.md
@@ -75,6 +75,7 @@ Long format supports the following parameters:
75
76
| Name | Description | Default |
77
|------|-------------|---------|
78
+| skip | Set `true` to skip this release | `false` |
79
| tag | Tag containing binary to install | `latest` |
80
| platform | OS Platform to match in release package | `{platform of current runner}` |
81
| arch | OS Architecture to match in release package | `{arch of current runner}` |
@@ -135,6 +136,7 @@ Long format supports the following parameters:
135
136
extension-matching: false
137
binaries-location: "prometheus-2.37.9.linux-amd64"
138
aquasecurity/tfsec:
139
+ skip: true
140
tag: v1.19.0
141
platform: linux
142
arch: amd64
0 commit comments