Skip to content
This repository has been archived by the owner on Sep 22, 2024. It is now read-only.

Remove "acs-report-enable" action input from vulnerability scan action as it is no longer an allowed action input #313

Merged
merged 7 commits into from
Nov 8, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/loderunner-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ jobs:
with:
image: "imageapi"
severity-cutoff: critical
acs-report-enable: true
fail-build: true

- name: Upload LodeRunner.API Grype Vulnerability SARIF report
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/loderunner-only.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ jobs:
with:
image: "image"
severity-cutoff: critical
acs-report-enable: true
fail-build: true

- name: Upload LodeRunner Grype Vulnerability SARIF report
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/loderunner-ui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ jobs:
with:
image: "imageui"
severity-cutoff: critical
acs-report-enable: true
fail-build: true

- name: Upload LodeRunner.UI Grype Vulnerability SARIF report
Expand Down