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
The ```--dry-run``` flag will output all specified artifacts by the JSON file configuration. Customers can verify that the right artifacts are selected. With the sample ubuntu configuration above, the following results should be displayed as output.
@@ -157,12 +157,12 @@ The ```--schedule``` parameter follows a fixed-day multiplier starting from day
157
157
158
158
Command Schema:
159
159
```sh
160
-
az acr supply-chain workflow create -r <registryname> -g <resourcegroupname> -t continuouspatchv1 -–config <JSONfilename> --schedule <number of days> --run-immediately
160
+
az acr supply-chain workflow create -r <registryname> -g <resourcegroupname> -t continuouspatchv1 --config <JSONfilename> --schedule <number of days> --run-immediately
Upon a successful command (whether or not you include ```--run-immediately```), you will see:
@@ -185,9 +185,9 @@ Next, click on "Tasks” under "Services”. You should see 3 new tasks, named t
185
185
186
186

187
187
188
-
- cssc-trigger-workflow – this task scans the configuration file and calls the scan task on each respective image.
189
-
- cssc-scan-image – this task scans the image for operating system vulnerabilities. This task will only trigger the patching task only if (1) operating system vulnerabilities were found, and (2) the image is not considered End of Service Life (EOSL). For more information on EOSL, please consult [Preview Limitations](#preview-limitations).
190
-
- cssc-patch-image – this task patches the image.
188
+
- cssc-trigger-workflow - this task scans the configuration file and calls the scan task on each respective image.
189
+
- cssc-scan-image - this task scans the image for operating system vulnerabilities. This task will only trigger the patching task only if (1) operating system vulnerabilities were found, and (2) the image is not considered End of Service Life (EOSL). For more information on EOSL, please consult [Preview Limitations](#preview-limitations).
190
+
- cssc-patch-image - this task patches the image.
191
191
These tasks work in conjunction to execute your continuous patching workflow.
192
192
193
193
You can also click on "Runs” within the "Tasks” view to see specific task runs. Here you can view status information on whether the task succeeded or failed, along with viewing a debug log.
0 commit comments