Skip to content

Commit

Permalink
[fix-action-ref] Testing action ref.
Browse files Browse the repository at this point in the history
  • Loading branch information
GROwen committed Sep 11, 2024
1 parent 1eda0ab commit c4a2b3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/vulnerability-scan-schedule-5x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- name: Scan for vulnerabilities on 5.x images
id: scan
uses: dpc-sdp/bay/.github/workflows/vulnerability-scan.yml
uses: "dpc-sdp/bay/.github/workflows/vulnerability-scan.yml@6.x"
with:
tag: 5.x
summary: "Trivy CVE scan of 5.x published images."
2 changes: 1 addition & 1 deletion .github/workflows/vulnerability-scan-schedule-6x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- name: Scan for vulnerabilities on 6.x images
id: scan
uses: dpc-sdp/bay/.github/workflows/vulnerability-scan.yml
uses: "dpc-sdp/bay/.github/workflows/vulnerability-scan.yml@6.x"
with:
tag: 6.x
summary: "Trivy CVE scan of 6.x published images."

0 comments on commit c4a2b3c

Please sign in to comment.